I have four pages from the template; the index, services, products and services. Now if i want to create a sidebar for the services page only. How do I do that without the template updating to all the pages. I just need the service page with the sidebar.
Your contribution is greatly appreciated.
Create a #Sidebar style in your external CSS and a place for it in your main Template.dwt.
On child pages where you don't want the #Sidebar to appear, embed a page specific CSS rule like this:
<style type="text/css">
/**PAGE SPECIFIC STYLES GO HERE**/
#sidebar {display:none}
</style>
Nancy O.
North America
Europe, Middle East and Africa
Asia Pacific