Previous and Next Buttons (H3)
These specialized buttons can be used to create navigation on the bottom of each page of your OOH.
To create these navigational buttons:
- Scroll to the very last content well on your page and "Click here to add new content".
- In the content well type:
Prev Next
- Highlight "Prev" or "Next" and on the "Insert" tab of your toolbar click "Link > From SharePoint".
- Select the page that should be the previous or next page in your presentation and click "Insert".
- Navigate to the "Format Text" tab of your toolbar and click "Edit Source".
Edit the code for the link by adding the text in bold below:
<a href="/odot/OOH/YourSite/Pages/Previous-or-Next-Page.aspx"
class="odot-btn previous">Previous</a><br/></div>
or
<a href="/odot/OOH/YourSite/Pages/Previous-or-Next-Page.aspx"
class="odot-btn next">Next</a><br/>
Any edits to existing Prev or Next buttons can be accomplished through the "Link"; tab on your toolbar when your cursor is within the text of the link. You can change the link by clicking "Select Link".
Next