Log in

View Full Version : Resolved Font Colour



Feckie
04-13-2009, 07:02 PM
Hi how do I show the below text as Red


echo "Plot: ";

thetestingsite
04-13-2009, 07:18 PM
<?php
echo '<span style="color: red;">Plot:</span>';


Hope this helps.

ganu
04-14-2009, 04:48 AM
echo "<font color='red'>Plot: </font>" ;

Nile
04-14-2009, 04:49 AM
This thread is solved, but you're technique is depreciated (http://dennisdeacon.wordpress.com/2008/06/25/seven-dirty-html-tags-techniques/) ganu.