Anchors?

Trying to get one of my buttons to point to a specific spot on another page.<br />
On <!-- w --><a class="postlink" href="http://www.equipmentpolice.com">www.equipmentpolice.com</a><!-- w -->, I want the "Ranges" button to go to "6 Burner range" on <!-- w --><a class="postlink" href="http://www.equipmentpolice/vulcan.html">www.equipmentpolice/vulcan.html</a><!-- w -->. />
Help much appriciated!<br />
<br />
Thanks,<br />
Jack<!--content-->on <!-- m --><a class="postlink" href="http://www.equipmentpolice.com/Ranges.html">http://www.equipmentpolice.com/Ranges.html</a><!-- m --> you need to put <a name="6burner"> in the code next to "6 Burner Range $1050". Then on the index page, just link to <a href=http://www.webdeveloper.com/forum/archive/index.php/"Ranges.html#6burner"> and it will scroll down to the anchor on ranges.html<!--content-->Originally posted by hammerslane <br />
on <!-- m --><a class="postlink" href="http://www.equipmentpolice.com/Ranges.html">http://www.equipmentpolice.com/Ranges.html</a><!-- m --> you need to put <a name="6burner"> in the code next to "6 Burner Range $1050". Then on the index page, just link to <a href=http://www.webdeveloper.com/forum/archive/index.php/"Ranges.html#6burner"> and it will scroll down to the anchor on ranges.html That's not entirely correct. See <!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/struct/links.html#h-12.2.3">http://www.w3.org/TR/html4/struct/links.html#h-12.2.3</a><!-- m -->.
 
Back
Top