I have searched the forum, but could not find a solution for what I was after. I wanted to Create anchor bookmark tags in my article so I can easily navigate a user to a specific point in an article.
EG.
Code: Select all
<a href="#Editorial">1. Editorial - Keeping to Ones Charter.</a> <br>
<a href="#Christian">2. Christian - Leaders Congress </a><br>
<a href="#Website">3. Website for - Missions in New Zealand</a> </p>
<p><br>
..............
..............
<a name="Editorial">1.EDITORIAL CHARTER.</a> </p>
<p>TEXT FOR THIS HEADING ..............</p>
<p><a name="Christian">CHRISTIAN LEADERS CONGRESS, 27-30TH MAY, 2005. </a></p>
<p>TEXT FOR THIS HEADING .............</p>
<p>3. <a name="website">WEBSITE FOR MISSIONS IN NEW ZEALAND</a> </p>
<p>TEXT FOR THIS HEADING .............</p>
Does anyone have any suggestions to this solution?
I looked at the link article content part, but this is across various articles, I would like a user to be able to create the bookmarks on a page themselves rather than me manually creating the page bookmarks.
Hope that all makes sense
Thanks in advance