Recent activity
Subscribe to this feed
Guy Fawkes replied on April 10, 2008 12:49 to the question "How do I remove the SideBar from certain pages?" in PBwiki:
SoCal replied on January 31, 2008 20:45 to the question "How do I remove the SideBar from certain pages?" in PBwiki:
SoCal marked one of J. Newlin's replies in PBwiki as useful. J. Newlin replied to the question "How do I remove the SideBar from certain pages?".
J. Newlin replied on January 31, 2008 15:02 to the question "How do I remove the SideBar from certain pages?" in PBwiki:
SoCal marked one of jim's replies in PBwiki as useful. jim replied to the question "How do I remove the SideBar from certain pages?".
SoCal marked one of jim's replies in PBwiki as useful. jim replied to the question "How do I remove the SideBar from certain pages?".
jim replied on January 31, 2008 02:52 to the question "How do I remove the SideBar from certain pages?" in PBwiki:
There is no built in functionality to remove the sidebar from individual pages. However, by inserting some HTML code, you can hide the sidebar from pages you wish.
1. Edit the page
2. Click on Source in the toolbar.
3. Insert the following code:
<style type="text/css">
.sidebar_v2 { display: none; }
</style>
4. Click save
What this does is till your browser not to display HTML elements of class "sidebar_v2". If this doesn't work, you have have an older or newer version of the sidebar. By using your browser to view the source of the page you're interested in changing, you can search for this alternate name. The example above is for
<div class="sidebar_v2">
Replace sidebar_v2 with the class you see in your page if the steps above don't work. Best,
Jim</div>
Loading Profile...




