Click to See Complete Forum and Search --> : web layout in different resolutions
nabilose
03-17-2003, 03:04 PM
well i am very new at building websites but i just have a simple question i am desiging a FRAMES website at 800*600 screen and whenever open it in larger scree resolutions everything is messed up , please how can i center my website in the middle in larger screen resolutions ,
note: my website use frames:)
thanks
Vladdy
03-17-2003, 04:13 PM
ditch frames and make design fluid
jdavia
03-17-2003, 09:34 PM
Originally posted by nabilose
well i am very new at building websites but i just have a simple question i am desiging a FRAMES website at 800*600 screen and whenever open it in larger scree resolutions everything is messed up , please how can i center my website in the middle in larger screen resolutions ,
note: my website use frames:)
thanks
Most persons don't use frames anymore, but frames are not out. If you want to stick with them try the following.
Assuming you have menu and contents windows as the frames, use percents:
<FRAMESET " BORDER="0" COLS="10%,90%">
Even if you decided not to use frames, using percent instead of pixels will fit your page to many resolutions.