In need of help with php echo output css style
Posted: Fri Oct 07, 2005 9:31 am
Hi,
I am trying to output the following code into css formatted text. Here is what I have, unfortunately it is not working....
As you can see, I have tried this on the echo "<class=\"standard\">".$myrow['title'].""; ----- that doesnt do out though. I have also added the css link to the page just in case.
I am trying to output the following code into css formatted text. Here is what I have, unfortunately it is not working....
Code: Select all
echo "<class=\"standard\"><b>Title: ";
echo "<class=\"standard\">".$myrow['title']."";
echo "</b><br>On: <i>";
echo $myrow['dtime'];
echo "</i><hr align=left width=160>";
echo "<class=\"standard\">'".$myrow['text1']."'";As you can see, I have tried this on the echo "<class=\"standard\">".$myrow['title'].""; ----- that doesnt do out though. I have also added the css link to the page just in case.