Click to See Complete Forum and Search --> : problem with webpage


kalibballer
07-31-2003, 01:54 AM
i have a little problem with my webpage if you were to minimize or resize the brower my webpage shifts to the size of the browser and makes everything out of place how do i preserve the orginal layout of the page

Compguy Pete
07-31-2003, 01:19 PM
My first thought is that your using percents in your table size... which makes the page design "flexable"

What you want is to make it a "Fixed" design. Thats done by replacing the % amount and making it a numer like 640. That way it will always take up 640 pixels. And not 90% or some other percentage.

zwomble
08-01-2003, 04:15 AM
.. but not as nice
just put a table around your hole site with the size of e.g. 640px.
that way you mustn`t edit all tables
;-)
Zwomble

PeOfEo
08-01-2003, 05:38 PM
or you could just use css to position your elements.