
Dreamweaver
Most web pages follow a common set of sizes and layouts, which you'll recognise even if you aren't aware of them. For example, did you know that nine out of the top ten most popular websites in the world use a fixed-width, centre-aligned design? Maybe you should too.
Web page size and layout : Iteracy - Web Designers Cornwall
Dreamweaver CS5 & CS5.5 * Absolute, document-relative, and site root-relative paths
Not sure where we go from here. I have submitted the suggestion... as you kindly suggested.Introducing the new CSS layouts in Dreamweaver CS5
Even with all the cool features in Dreamweaver, there will almost certainly come a day when you want to do things that Dreamweaver can’t do with the features that shipped with the program.
Add Dreamweaver Extensions from Adobe Exchange site
Note: You can follow the tutorial with any version of Dreamweaver or a text editor.
Getting started with jQuery Mobile
Open tree3.html and you will see that after you add the previous rule to your style sheet, the p element and the em element (which is a child of the p element) both become blue. This is specificity at work; the color value set against the p element is more specific than the color value set against the body element, so the color value against the p wins out. The em element within the p element then inherits the color from the p element, which is its parent element.
Understanding inheritance
When you have finished adding your panels and content, preview your web page in a browser and click the tabs to see your content update within the same web page, without even reloading. If you take a look at the source code you'll see the tabbed panel widget is simply made up of a standard bullet list, ul and li tags, and a corresponding set of div tags.

