Forum Moderators: open
Design your page with percentages instead of pixels for page width and then your page will adjust to the different size browser window. Your audience will thank you...it's called fluid design and there are a bunch of threads here discussing the benefits of this.
Still stuck i'm afraid. I have created the page using layers only. No tables. do i have to use tables only, as i can get these to percentages easily and it works with these. But I can't move these about freely like Layers. And when i put a layer inside a table the effect isn't the same it doesn't adjust itself to the browser window. Help!
It sounds like you're using a WYSIWYG editor...since you're saying layers I'd assume DreamWeaver. You're probably using absolutely positioned <div>s in your code. It sounds like you'll need to study up on CSS and HTML a bit. Your current designs may look good on your PC, but may look quite different on someone else's.
I would suggest you read through our WYSIWYG, HTML & CSS forums. Each forum has a Library section that might be of use for a summary of some of the best posts.
You can't design for every possible screen width and expect to have your site display properly. Fluid layouts (percentages) can help, but even those will usually break down when the window gets small enough.
If your site displays in a similar fashion to most of the major sites you visit, you are probably OK - few people will surf in a window that requires horizontal scrolling for every site they visit.
These days, it seems like most web designers assume a minimum screen width of 800 pixels, and design for 760 or so. Surfers with smaller displays than that are going to run into horizontal scrolls at many, many sites.
Welcome to WebmasterWorld!