Within the variable $row["title"]
below, I would like the variable $find
to have the following CSS:
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 24px;
color: #004284;
background-color: #FFFF00;
How can I do this?
Thanks in advance,
echo '<td class="sitename1search">'.$row["title"].'</td>';