Beerbar Posted June 13, 2006 Share Posted June 13, 2006 OK, I know this is a silly question, but I'm a newb and can't find out how to change the font color for the headers when I am making a table with Pear HTML_TABLE. Obviously "FONT COLOR"=>"WHITE" does not work, I tried a bunch of different combos and searched for anything that looked like it may work. This is what I have:$header1 = array("Hits", "Name", "First", "Last");$attributes = array("bgcolor"=>"#376589", "FONT COLOR"=>"WHITE");$table->addRow($header1, $attributes, "TH");Any help is appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/11881-pear-html_table/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.