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.
echo "<font color='red'>Plot: </font>" ;
This thread is solved, but you're technique is depreciated (http://dennisdeacon.wordpress.com/2008/06/25/seven-dirty-html-tags-techniques/) ganu.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.