I use
- Code: Select all
<a name="x">
as some kind of a bookmark in a K2 document. Strange thing is that when I click on the link
- Code: Select all
<a href=#"x">
which supposed to jump to the anchor, it ended up going to the homepage, not the bookmark on the same page. Is this a template thing or else?
I also used
- Code: Select all
<a id="X">
, the result is the same...