I am trying to learn to create web pages using Dreamweaver that will automatically resize to whatever the screen resolution is 800x600, 1024x768, etc.
I have read where they say to create one table that will hold all other tables and layout cells and set its width to 100% instead of a length. Then any tables or cells within this table should use a width size and not 100%.
I've tried it and it seems to work once. Then, when you try to add additional tables and cells everything goes crazy and things begin to run off the screen and aren't resized.
Is there any other way to do this such as CSS styles?
Any help would be appreciated. Thanks.
Start Free Trial