I want to add #begin after .html in the url (thus html#begin) , in order to open a webpage at a certain point of the page on small screens.
I can add
<a name="begin"></a></p> wthin the main content block (thus after <div id="main"> ) of a page
When I enter
#begin</p> in a text content block at the bottom of this page, a jump can be made from the bottom to where
<a name="begin"> is located in the page.
But how can I add it to the url, so that this functionality also works from the menu. If I edit in the page the input block "page alias", it doesn't acccept the #.
I also already tried the internal and external redirect page type, but I could not find anything that works.
For me it would also be fine if I could set the URL suffix in System - Setting to .html#begin, thus for all pages.
It would be nice if somebody knows a solution to this problem. Thanks