Click to See Complete Forum and Search --> : webpage without a fixed width or height


chriscam19
02-22-2003, 02:10 PM
How do I make a webpage that does not have a fixed width and height so that it flows with the
window? You know so I dont have to tell the people who visiit my site to turn their monitor to 800 by 600 or turn their monitor to 1024 by 768. I want the webpage to automatically adjust to their monitor/window.

chris

Charles
02-22-2003, 02:16 PM
Start with a page that is written in valid HTML 4.01 Strict eschewing the use of tables for layout and then use CSS to control all presentation and layout. See http://glish.com/css/ for some helpful CSS layout tricks.

dawnjulie
02-22-2003, 08:32 PM
I sometimes use % in my table tags ~ that way your web page 'resizes' itself no matter what the resolution/browser is.