![]() |
|
|
||||||||||||
|
The Style ButtonWebspinner actually uses what is called "server-side includes" to support this feature. What you do essentially is create the webpage style you want to use on your pages and copy the code for the header and the footer into the two spaces provided and name the style appropriately when you save it. You can have as many styles as you like, and your styles will only show (in the style window) in the directory in which you created it and all directories below (recursive) to that directory. For example, in my directory www.inform.umd.edu/Colleges, create a style template called "courses" and one called "faculty". Those style templates will be available to any webspinner user in a directory subordinate to www.inform.umd.edu/Colleges.The benefit of using the style template to create your pages is that if a link changes on your basic menu, (which may appear on all of your pages), all you have to do is to edit it in the style menu, one place, and it will change it where ever you used the style template to create your pages. Steps to use Style
<TITLE><!--#echo var="doctitle" --></TITLE>This will allow WebSpinner to insert titles dynamically through the WebSpinner style document title field. <!--#echo var="title" -->You can also use any html code for font or header around this code. |
||||||||||||||
|
| ||||||||||||||