ghostinzman
Vendor
Okay, I made a page using a table that was 750px wide and had 5 rows. I centered it, so it displays in the center of the browser. One thing I have now noticed is there is a lot of white space on each side if you are viewing it in a high resolution screen since it is setup for 800x600. Can I insert another table before this one in the body of the HTML document, set it's width to 100%, set a background color, so that this background will display on higher resolution monitors? I tried doing it in Dreamweaver under the code view, but it didn't work. Is it even possible to do it this way, or will I need to start over?