So I need to link to things like a section with id="mySection" at
www.example.com/sub/
But since the page generated in wordpress and there is not any actual directory /sub/, nor any index.html or what have you inside it, how can I link to a specific part of the rendered page?
Safari does nothing however when I create an anchor like this:
www.example.com/sub#mySection
nor when I do it like this:
www.example.com/sub/#mySection
It works in firefox, just not safari. Thanks you. Joe