Anchor links not working??
in Other
I've a long page of content.
I've added some links to the top of the page which links to content below.
my links look like this.
<ul><li><a href="#link1">Link 1</a></li>
<li><a href="#link2">Link 2</a></li>
<li><a href="#link3">Link 3</a></li>
</ul>
and just about the content i'm adding this
<a name="link1"></a>
<a name="link2"></a>
<a name="link3"></a>
This page is an FAQ page. I've 7 different FAQ sections and above each FAQ section i'vea Visual Editor item with the HTML code.
It won't link to them at all !!
Any idea why ?
I've added some links to the top of the page which links to content below.
my links look like this.
<ul><li><a href="#link1">Link 1</a></li>
<li><a href="#link2">Link 2</a></li>
<li><a href="#link3">Link 3</a></li>
</ul>
and just about the content i'm adding this
<a name="link1"></a>
<a name="link2"></a>
<a name="link3"></a>
This page is an FAQ page. I've 7 different FAQ sections and above each FAQ section i'vea Visual Editor item with the HTML code.
It won't link to them at all !!
Any idea why ?
Comments
if you mean to create something like "one page" menu items, then instead of name attribute, you should use id:
Is there anything i need to change with the other code <a href-"#lin1">:Link</a>