At the end of your echo, don't forget to close the tag.
Edwin
Addison Ellis wrote:
hello,
what is the proper way to get a block of echoes to echo with the same font, size, color, etc... as in:
<? echo $row->property_type; ?>
<? echo $row->bedrooms; ?>
<? echo $row->baths; ?>
<? echo $row->description; ?>
<? echo $row->distance; ?>
<? echo $row->date_available; ?>
<? echo $row->price; ?>
<? echo $row->contact; ?>
thank you and best regards, addison
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php