add some html: echo "<font family=.... color=.... size...>", or use a style sheet where you define a DIV. Then echo "<div [class=...]>.

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

Reply via email to