Back
Next

3.1 Buttons at the bottom only of the page. |
To have navigation buttons display only at the bottom of your course:
This is done in style sheets: Appearance > Style Sheet > Styles common to all pages
#fwdbtnbot {display:none;}
#backbtnbot {display:none;}
If the forward button disappears from the start page for the course, add the following:
#fwdbtnbot {display:none;}
#backbtnbot {display:none;}
.main #fwdbtnbot {display:inline;}