Flexi CSS Layouts for Dreamweaver Forum


box Flexi CSS Layouts for Dreamweaver
Flexi CSS Layouts is a Dreamweaver Extension that helps you create browser compliant table-less web pages with ease. Unlike other products that are limited to templated CSS layouts with 1, 2 or 3 columns, with Flexi CSS Layouts for Dreamweaver you can build your own custom layout structure without coding.

Find out more about Flexi CSS Layouts for Dreamweaver

Thread: template gallery

title left
User Details
message
title right
Ignacio Valle Garcia

post date:
2011-07-22 16:59:15
Hello,rnrnIs there a way to use a page gallery that includes page sections? rnrnI have save a page gallery and when I insert it in a new DW page works perfectly.rnrnI have save a page gallery with some page sections, but when I insert this type of template everything appears in DW broken.rnrnThanks,rnrnIgnacio
Andrei Rinciog [Extend Studio]

post date:
2011-07-25 05:17:33
Hello,

The page layout saves the content from inside the "content" divs. However, for the section layout to work you also need the CSS files for the respective layout.

You must add the CSS files for the section layouts in the page layout that you save in the gallery.

Wrap the CSS files that you want to include in the layout between these comments:
<!-- #LAYOUT_NAME head includes begin -->
<link href="includes/CSSLayouts/SectionLayout.css" rel="stylesheet" type="text/css" />
<link href="includes/CSSLayouts/SectionLayout_user.css" rel="stylesheet" type="text/css" />
<!-- #LAYOUT_NAME head includes end -->

Then save the layout in the gallery.

Regards,
Andrei Rinciog