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?
anchor tags with in page
Try the wonderfull search function of the forum .
Then you would find
http://www.phpwcms.de/forum/viewtopic.p ... ght=anchor
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]
Ralf