etceteradesign
03-15-2005, 03:31 AM
Hey, how can I keep my page center when the window is resized? I have everything set to certain pixels, so in this case is there any way to keep it all the same when I make the window smaller? http://www.et-cetera-design.com
Skipperkirk
03-15-2005, 04:06 AM
you could make a page for the content and make it right up against the side of the window, then put a centered iframe in the main page...
make sence?
etceteradesign
03-15-2005, 04:23 AM
er...not yet...i'm already using 3 iframes (actually 2 and a layer made to act like an iframe) on the page....
jmosier
03-15-2005, 04:52 AM
How about put everything inside a table and add the <center> tag on the line just before the <table> tag. This will center the table.
How about put everything inside a table and add the <center> tag on the line just before the <table> tag. This will center the table.
that will not work if they are using absolute positioning for their items.
positioning and centering are two different worlds. you cannot have both happening at the same time. choose one and go with it.