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> ";