Quote:
Originally Posted by Bird
top one rewrites <a href="#HASHTAG"> as <a href=" " name="HASHTAG">
while bottom only can see <a href="#HASHTAG">
Probably so the object anchor can be used in another function that is looking for the name tag name=NAMED_ANCHOR
|
ahh ok, 1st one is what i want then, its for a table of contents where it is labeled
<a href="#1-section-one">1. section one</a>
then when you click that. it goes too
<h3 id="1-section-one">1. section one</h3>