View Single Post
Old 03-23-2007   #33 (permalink)
notjustgraphics
Rusty Bio-Hazard!
 
notjustgraphics's Avatar
 
Join Date: Sep 2006
Location: Toronto, Ontario, Canada
Posts: 1,163

Send a message via MSN to notjustgraphics
Actually, it would be:

HTML Code:
<body bgcolor="#000000">
and you can't wrap centre tags around the body.... you would have to put your entire contents inside this:

HTML Code:
<table align="center">
  <tr>
    <td>
          ENTIRE SITE CONTENTS GOES HERE
    </td>
  </tr>
</table>
These are tips on how to do it without CSS... the preferred method is a bit more involved.

Regards, Mike.
__________________
notjustgraphics is offline