How do I create bookmark links to content on the same page?
Friday, 17 June 2011 2:32 PM
You must do this within the HTML View of your page content by checking the
'View HTMl Source' check box at the bottom of the WYSIWYG Editor in the
Edit view and entering the A tags around your content manually.
Example (in HTML View)
<h3>Chapter One</h3>
<p>Opening paragraph of chapter one...</p>
<h3>Chapter Two</h3>
<p>Opening paragraph of chapter two...</p>
Becomes
<p><a href="#chapter2">Read Chapter Two</a></p>
<h3>Chapter One</h3>
<p>Opening paragraph of chapter one...</p>
<h3><a name="chapter2">Chapter Two</a></h3>
<p>Opening paragraph of chapter two...</p>
For help on how to do this please visit:
http://w3schools.com/tags/tag_a.asp
http://w3schools.com/tags/tryit.asp?filename=tryhtml_link_bookmark
If you are not confident with editing the HTML of your content and would
prefer Enotia Support staff make these changes for you, please raise a
support ticket with details of the changes required.
You are not logged in
Registered IASP users can talk back and engage in discussion about this, and many other items on the site. You must be a registered user of the iasp.com.au website. If you are already registered, please login to take advantage of this feature.