View Full Version : Resolutions and changing sizes


go_anna40
10-09-2003, 08:24 AM
Okay.
Well, I made this website on my brother's laptop which has 800 by 600 resolution. And when I saw it on a school computer, which has 1024 by 768, it looked horrible and a bit out of place. I was just wondering, is there was a code that could change and keep the size of the website itself to 800 by 600, no matter what resolution the computer has? 'Cause I would love to know it. Thanks a lot. :)

Lissa
10-09-2003, 11:13 AM
Yeah, absolute positioning would keep everything in one place, it would still look a little different though, everything looks smaller in 1024 x 768

Chippo125
10-09-2003, 10:21 PM
I would say put it in a table with a width specified at 1024 pixels. Center the table too. This should keep everything together. Then again if you have lots of complex formatting tags it probably won't work...

go_anna40
10-11-2003, 10:22 AM
Thanks...but any help on some coding?
I'm not sure about putting it in tables, I've gotten a lot done, and I really don't want to change anything.

darkowl
10-11-2003, 04:41 PM
if you are going to use tables use percents insted of pixels so it looks the same on all resloutions