peytontodd
11-02-2009, 07:15 PM
The web page I'm writing consists mainly of a large table with a #60253A (maroon) background. But it doesn't fill the whole browser window, and I would like all parts of the browser window outside the table to have the same #60253A background so that the table is not distinguishable as a separate entity. I am attempting to implement this with:
<body bgcolor="#60253A">
But no matter what color I choose (green, etc.) the area outside the table always appears white.
Please note the following:
- The <html><head></head><body></body></html> tags are all in their correct places.
- The table is set to border="0", cellspacing="0", cellpadding="0", and style="margin:0".
- The white area outside the table is about a quarter inch on the top and left side, but apparently infinite (as far as one can drag the web page border) on the bottom and right side.
What could I be doing wrong?
Thanks for your help,
Peyton :confused:
<body bgcolor="#60253A">
But no matter what color I choose (green, etc.) the area outside the table always appears white.
Please note the following:
- The <html><head></head><body></body></html> tags are all in their correct places.
- The table is set to border="0", cellspacing="0", cellpadding="0", and style="margin:0".
- The white area outside the table is about a quarter inch on the top and left side, but apparently infinite (as far as one can drag the web page border) on the bottom and right side.
What could I be doing wrong?
Thanks for your help,
Peyton :confused: