Anchor Bookmark tags in article

Use GitHub to post feature requests for phpwcms.
Locked
cchhita
Posts: 54
Joined: Sun 14. Nov 2004, 23:54

Anchor Bookmark tags in article

Post by cchhita »

Hi Everyone,
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>
So what I was wondering was if anyone has created, or was thinking on the same line as me. To create a content part that will let a user do this in an article.

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
Locked