Well, there are a few ways. The best (in my opinion) is with CSS. If you don't already use CSS, then add this into the head:
[html]<style type="text/css">
html {
background-color: #e7e7e7; /* Or whatever other colour you wish */
color: #000; /* The text colour (required with bgcolor) */
}
</style>[/html]
__________________
Slackware -current - 2.6.24.5 Kernel - KDE 3.5.9/4.1.0
w/ Apache 2.2.9/PHP 5.2.6
|