View Single Post
  #8  
Old 05-02-2007, 08:25 PM
greentraveler's Avatar
greentraveler Offline
pixelpost guru
 
Join Date: Oct 2004
Posts: 106
Thumbs up

Quote:
Originally Posted by jaywilliams View Post
The easiest way would be to add some inline css into the page header, like so:

HTML Code:
<style type="text/css" media="screen">
body{
	background-color: <HARMONIOUS_DARK>;
	color: <HARMONIOUS_BRIGHT>;
}
</style>
You could set all of the nitty-gritty info in an external css file.
Just use the inline for colors only.
That's what works for me.
__________________
wwp
Reply With Quote