anchors not working - Joomla! Forum - community, help and support
hi. i'm using joomla 3.4 jce editor 2.5.
i created index article topics, inserted anchors, , links anchors in index. when click on link, goes home page. appreciated.
i created index article topics, inserted anchors, , links anchors in index. when click on link, goes home page. appreciated.
a link site useful, if possible. otherwise, can include code have used anchor <a> tags?
are sure using correct html? try page @ w3c, further info on <a> tag.
http://www.w3schools.com/tags/tag_a.asp , http://www.w3schools.com/tags/att_a_name.asp
you doing this, i"m trying narrow down why goes homepage instead of defined anchor bookmarks.
your anchor set in code this:
the hyperlink anchor (bookmark) set this:
for jumping bookmark on page
are sure using correct html? try page @ w3c, further info on <a> tag.
http://www.w3schools.com/tags/tag_a.asp , http://www.w3schools.com/tags/att_a_name.asp
you doing this, i"m trying narrow down why goes homepage instead of defined anchor bookmarks.
your anchor set in code this:
code: select all
<a name="c4">chapter 4</a>
the hyperlink anchor (bookmark) set this:
code: select all
<a href="#c4">link chapter 4</a>
for jumping bookmark on page
code: select all
<a href="www.yourdomain.com/index.html#c4">link chapter 4</a>
Comments
Post a Comment