Feature #17786
closedPage Anchors and links to page anchors
0%
Description
I have a feature request... well a matched pair of feature requests.
The first to be able to link to existing page anchors on a page, typo3 automatically generates them.
The second to be able to generate additional page anchors.
1. Typo3 automatically puts in page anchors with every content element on the page like this: <a name=c(some number)></a>. It would be great to be able to link to these using the insert-link interface. Either page anchors on the current page, or another internal page. The interface could list the headers of the content elements on a page for the user to choose from.
2. Being able to generate additional custom [a name] anchors using a wysiwyg interface would be a bonus.
The first feature though is the one I'm really after.
(issue imported from #M6707)
Updated by Stanislas Rolland about 17 years ago
You can already link to any page section using the internal link dialog.
Custom anchors would be a duplicate of issue #2844
Updated by James Knuckey about 17 years ago
Apologies, I did not realise, and did not see it in the manual - the little red arrow to the right of the pages under page links allows you to link to elements on a page.
Thanks, please ignore and close.