Pearhaps I should not try to understand the 'two layer' concept
I spent ages working on outer layouts within DW and getting the css editable in an outside app before even looking at inner layouts (sections, products etc).
Very generalistically (sp?) outer layout is the layout which will apply to everypage as mentionedabove will probably consist of header (site logo etc) and navigation. Here is a version of one of my sites in DW body only. See where the navigation and header info is inserted and then see INNERLAYOUT
<body>
<div id="texascontainer1">
<div id="texasmain-title">optimistonline.co.uk</div>
<div id="texashoriz-nav">Horizontal Nav Bar Text Links</div>
<div id="texasmain-text">INNERLAYOUT"</div>
<div id="texasfooter"> // <a href="http://www.pinbrook.net">actinic template from pinbrook.net</a> // </div>
<div id="texasleft-menu">TopLevelSectionList<br>Brochure Page List With Horizontal Dividers</div>
</div>
</body>
<div id="texascontainer1">
<div id="texasmain-title">optimistonline.co.uk</div>
<div id="texashoriz-nav">Horizontal Nav Bar Text Links</div>
<div id="texasmain-text">INNERLAYOUT"</div>
<div id="texasfooter"> // <a href="http://www.pinbrook.net">actinic template from pinbrook.net</a> // </div>
<div id="texasleft-menu">TopLevelSectionList<br>Brochure Page List With Horizontal Dividers</div>
</div>
</body>
Comment