In my page there are some anchor that has no link, like this:
<a href="#">Anchor</a>
When I click anchor that is bottom of the page, Page is scrolling to top. I want to keep page position, if I clicked the link. How Can I do this. (no js is better for me)
I hope, I could explain.
Thanks in advance.