problem: an anchor redirects to the homepage
Biggles_downunder found a solution: http://forum.cmsmadesimple.org/viewtopi ... =8&t=52967, but that does not work for a link to an anchor on another page.
I use pretty URLs, I added the {metadata showbase="false"} line in my template and now I can link to an anchor on the same page.
However: linking to an anchor on another page is not possible.
I used cms_selflink to link to that page, then manually changed the link to the anchor:

TinyMCE accepted that and stored the page well, but when I visit the page in my browser, the link is empty:
Code: Select all
<p><a href="">link to page with anchor</a></p>
Frank