Quote:
Originally Posted by kovidgoyal
Use
<span id="John Wylde">John Wylde</a>
instead of
<a name="John Wylde">John Wylde</a>
|
closes with </span> not </a> (typo)
<a> would create a named link, even if it isn't active. The id= attribute can also be linked to, however. You can add this to any element; if you are linking to the beginning of a paragraph, change <p> to <p id="John-Wylde">.
The id attribute cannot contain spaces.