anchor tags with in page

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
dpaulwalker
Posts: 4
Joined: Sun 15. Aug 2004, 22:05

anchor tags with in page

Post 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?
rk
Posts: 162
Joined: Sat 24. Apr 2004, 23:48
Location: Hannover, Germany
Contact:

Post 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]
Ralf
Post Reply