Page 1 of 1

edit text color and size in echo?

Posted: Mon Sep 22, 2008 7:00 pm
by ringartdesign
How can I edit the color and size of my echo statement? FOr some reason this isn't working:

<color=#FF0000>1-800-123-4567</color>

Echo script:
echo "$".$quote."/month</p>
<p>CALL NOW: <color=#FF0000>1-800-123-4567</color><br>
TO TALK TO AN AGENT</p>";

Re: edit text color and size in echo?

Posted: Mon Sep 22, 2008 9:16 pm
by josh
umm color is not an html tag and html has nothing to do with the echo command, youre not changing "echos font", youre outputting html, youre generating one language ( html ) using another language ( PHP)