Forum Moderators: phranque
Can the whole site's existing code at least be placed inside a pleasant light colored background that is liquid to fill the extra white space -- on both sides of the existing site's width, as depending on the viewer's browser display choices?
Maybe someone can help me even talk about what I would like to see done.
Thanks so much for any insight!
html, body {
background: #DDEEFE;
}
Then all the pages that use the stylesheet will have that color background behind all the content.
Jordan
'Most' people on the Internet read from left to right, so I would consider a left justify on the site - or at least center it - then fill in the background as MonkeeSage stated.
You can also do some tricks with CSS to provide your main site in the first 600 pixels, then add another 120px right column with 20px separation (740px total). [I would recommend CSS over adding a table that encompasses the original site and added column, since this would significantly slow down your pages].
740px is my default width for most designs these days. Since 660px is the printable area, I always try to keep the primary content to the left of the first 660 width.
In your case, having an additional 120px column on the right could then be used for special offers, site highlights, advertising (Adsense), etc.
Here's a little more on optimum canvas sizes:
[hotwired.lycos.com...]
The higher screen resolutions keep creeping up, so you might as well take advantage of the added real estate if you can. Here's a little more on screen resolution trends:
[w3schools.com...]
Steve