ok i have this code which reads from a database and displays on screen
here is the code
can a diff style be used for each echo linePHP Code://Outputs the image and other data
Echo "<img src=http://www.lostpetsplymouth.com/images/".$info['pname'] ." alt=\"Image\" align=\"center\" width=\"200px\" height=\"200px\" hspace=\"10px\" vspace=\"8px\"> <br>";
Echo $info['state'] . " ";
Echo $info['type'] . " <br>";
Echo "<b>Area:</b> ".$info['area'] . " <br>";
Echo "<b>Details:</b> ".$info['desc'] . " <br>";
Echo "<b>If Seen Please Tel:</b> ".$info['tel'] . " <br>";
this is what i use at moment
cheersPHP Code:<div class="style2" style="font-family: Arial, Helvetica, sans-serif; font-size: xx-large; font-weight: bold">
Doug





I forgot to escape the double quotes around the class names:

Bookmarks