Setup Guide V1 (last updated January 4th, 2007)Designed for the Focus Series Templates and Modules |
Change existing pageconvert an existing page from a fullscreen / compact or index to another layout. We've provided 2 methods for converting an existing page layout, to another existing page layout. You can convert a 'fullscreen' type page, to a compact or even an index page with flash. You could convert your 'flash' intro page to a standard 'fullscreen' or 'compact' template page just as easily. Change the DWTIf you are using a Dynamic Web Template, you can easily change DWT's. You can ONLY convert an existing DWT page, using this method. FrontPage / Expression Web Instructions:
Dreamweaver Instructions:
Change the stylesheet linkIf you are not using a DWT, you can simply change the style sheet link.
<link href="Templates/styles/compact.css" rel="stylesheet" type="text/css" /> <link href="Templates/styles/fullscreen.css" rel="stylesheet" type="text/css" /> <link href="Templates/styles/index.css" rel="stylesheet" type="text/css" /> Each layout uses one of these examples. As an example, if you wanted to change your 'index.htm' page layout to a 'fullscreen' layout, you would simply need to change the stylesheet link from
to
all you need to do, is change the link reference in 'bold' to point your page to a new stylesheet.
|
Overview | Basic | Intermediate | Advanced