Hi how do I show the below text as Red
Code:echo "Plot: ";
Hi how do I show the below text as Red
Code:echo "Plot: ";
Last edited by Feckie; 04-13-2009 at 07:32 PM.
Hope this helps.Code:<?php echo '<span style="color: red;">
Plot:</span>
';
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Feckie (04-13-2009)
echo "<font color='red'>Plot: </font>" ;
Bookmarks