Re: Auto-size website to fit browser size -
07-20-2004
, 02:13 PM
what kind of layout are you using? tables? frames? be a little more specific or
post your code in a reply and we can most likely help you.
just off the cuff, i can say that one way to do it is to put your content
inside a table that is set to 100% width (which will cover the entire width of
the page, and resize as the user resizes the window also), but if you don't use
good layout technique inside that main table, you're in for a lot of formatting
problems once it's resized. there's a lot of good tutorials out there that
cover this topic, i'll look some up when i have a few more free moments and
post some links for you. now that i think of it, there should be a tutorial in
dreamweaver itself that covers this as well.
hope it helps
christoff |