Skip navigation
Currently Being Moderated

I saved as template , and created one editable region in the content area

Jun 22, 2012 3:36 PM

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.

 
Replies
  • Currently Being Moderated
    Jun 22, 2012 3:45 PM   in reply to eltavito

    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.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 23, 2012 6:46 AM   in reply to Nancy O.

    You will embed this stylesheet in the editable region called "head" that is in the head of each child page.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points