View Single Post
  #7  
Old 05-02-2007, 08:10 PM
jaywilliams's Avatar
jaywilliams+ Offline
Team Pixelpost
 
Join Date: Sep 2005
Posts: 1,003
Send a message via AIM to jaywilliams Send a message via MSN to jaywilliams Send a message via Yahoo to jaywilliams Send a message via Skype™ to jaywilliams
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.
__________________
Jay Williams | A Different View
Reply With Quote