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>";
edit text color and size in echo?
Moderator: General Moderators
-
ringartdesign
- Forum Newbie
- Posts: 21
- Joined: Wed Sep 10, 2008 10:11 am
Re: edit text color and size in echo?
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)