Click to See Complete Forum and Search --> : change text style?


patimages
10-05-2006, 03:03 AM
Hi,

Could you tell me how to change the style of a text in php ? meaning how to define size and font using echo ?

thanks for all !!

patrick

bathurst_guy
10-05-2006, 03:05 AM
Again, as with your other question, all you echo out is HTML.
<?
echo '<p style="color: red;">This is in red</p>';
?>