Remove the SideBar from certain pages

by vietmusic

This tip assumes that you have a SideBar working and just want to remove it from a few pages. At the bottom of each page from which you want to remove the SideBar, just add the following the code:

<script language="javascript">
window.document.onload = disappear();
function disappear() {
document.getElementById("SideBar").style.display="none"; }
</script>



Page Information

  • 2 years ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information

Recent PBwiki Blog Posts