H1 Heading
H2 Heading
H3 Heading
#top_title {
display: none;
}
The above code hides the top title and logo bar.
#top_menu_14 {
display: none;
}
The above code hides the top nav bar.
#top_menu_under {
display: none;
}
#content {
margin-left: 0px;
}
The above code removes all margin of the content.
function cTrig(clickedid) { if (document.getElementsByName(clickedid)[0].checked == true) { return false; } else { var box= confirm("Are you sure you want to do this?"); if (box==true) return true; else document.getElementsByName(clickedid)[0].checked = true; } }