Page 1 of 1

anchor tags with in page

Posted: Mon 6. Sep 2004, 00:17
by dpaulwalker
I am having trouble using in page anchor/links.

<a href="#A"></a>

<a name="A">A</a>

The script changes the "#A" into a long full url link and when click sends you to the editor page instead of the anchor.

How am I suppose to use anchors?

Posted: Mon 6. Sep 2004, 00:30
by rk
Try the wonderfull search function of the forum ;-).

Then you would find
http://www.phpwcms.de/forum/viewtopic.p ... ght=anchor
...the replacment tag {A:name} implemented where name = anchors name.
Creates an html anchor link: <a name="name"></a>.

Within the text you can link to that anchor with [INT #name]Have a look here[/INT]