How do I add a style to this output
Posted: Fri Nov 18, 2005 9:00 am
Hi,
I would like to add a class to the date output from the following php;
I have already assigned a class in the first echo statement however I need different styles for each row.
I would like to add a class to the date output from the following php;
Code: Select all
echo '<span class="standard">';
echo "<a href='viewasset.php?varl=".$myrow['title']."' class=\"blue8\">".$myrow['title']."</a>";
echo "<br> ";
echo $myrow['text1'];
echo "<br><class=\"blue8\">Postdate: ";
echo $myrow['dtime'];
echo "<br> ";
echo "<br> ";