Forum Moderators: open
I've designed a site <SNIP>
and it looks good on my 800x600 resolution windows xp browser.
However when I look at it on 1025x768 it doesn't fill the page in the same way. I know why this is but how do I make the page look similar in both resolutions using table layout?
Any ideas greatly appreciated
[edited by: BlobFisk at 8:35 am (utc) on May 18, 2005]
[edit reason] No URLs please! See TOS [webmasterworld.com] [/edit]
What units are you giving your table widths? Percentages or pixels? You can achieve a liquid layout (that is one that will fill all available space) by using percentage width.
You should also look at CSS instead of tables for layout, a visit to the CSS Forum [webmasterworld.com] is always worthwhile!
If you choose fixed, your layout will remain the same size in any resolution.
Autostretch will stretch your layout to any resolution you want. So making an 800x600 layout autostretch, your layout will be adjusted to the resolution of the viewer.