First of all, they are not 'layers', they are <div>s. That moldy 'layer' connotation that DW insists on holding onto is a throwback to the days of Netscape !
You really do NOT want to 'lock' things in place in most cases, especially if you want a fluid layout.
Having said that, your code is a nightmare .. a messy tag soup of old deprecated <font> tags and tables. Dump the <font> tag and lighten your pages - use CSS for specifying how your text should look.
Put a proper DOCTYPE on your document, at LEAST HTML 4.01 Transitional.
User PROPER class names, not things like 1658445-348485.. something that makes sense to humans.
There is absolutely NO need to position every div as absolute. You need to learn to use the normal document flow and get educated on how to use FLOATS.
You have a serious case of div-itis... too many divs. A <div> is a DIVision, used to organize your content.
It appears to me that you are using DW strictly in WYSIWYG mode which implies you do not know HTML, and certainly don't know CSS. I would urge you to learn both, code by hand until you have it down pat, THEN you can use DW as a tool to speed your development.
I recommend this book to get you started: http://www.sitepoint.com/books/html1/
BTW.. all that nasty tag soup is not good for SEO 
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|