seany123 Posted June 21, 2009 Share Posted June 21, 2009 i dont know if this is the right section... but all i want to do it make it so the font color is white. echo "<table width=\"100%\" border=\"1\"><th width=\"50%\">Thread Name</th><th width=\"30%\">Author</th><th>Replies</th><th>Views</th></tr>"; its getting me a little confused. Link to comment https://forums.phpfreaks.com/topic/163138-making-the-font-color-white/ Share on other sites More sharing options...
Rochtus Posted June 21, 2009 Share Posted June 21, 2009 echo "<table style=\"color: white\" width=\"100%\" border=\"1\"><th width=\"50%\">Thread Name</th><th width=\"30%\">Author</th><th>Replies</th><th>Views</th></tr>"; Link to comment https://forums.phpfreaks.com/topic/163138-making-the-font-color-white/#findComment-860702 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.