On Thu, Feb 28, 2008 at 11:03 PM, Jeff <akaman@xxxxxxxxxxx> wrote: > Please, can anyone tell me how to produce colored text? For instance if I > wanted to following code to be printed as red text what would I need to add > to they code? Thanks in advance. > > echo > "<TR><TD>".$myrow["char_name"]."<TD>".$myrow["char_level"]."<TD>".$class["class"]."<TD>".$myrow["kara"]."<TD>".$myrow["karateam"]."<TD>".$myrow["karasub"]; Either CSS styling or the dreaded HTML "<font color=\"#FF0000\" />".$myrow['char_name']."</font>" tags. -- </Dan> Daniel P. Brown Senior Unix Geek <? while(1) { $me = $mind--; sleep(86400); } ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php