Content deleted Content added
m Bot: links syntax and spacing |
→Using as a link target: typo |
||
Line 171:
The standard way of providing a named anchor as an invisible target (i.e. <code><a name="Foo"></code>) doesn't work (since all <code><a></code> tags are converted), and [http://www.w3.org/TR/html401/struct/links.html an alternative suggested by the W3C], <code><nowiki><hN id="Foo"></hN></nowiki></code>, produces an "[Edit]" link.
However, <code><nowiki><span id="Foo"></nowiki></code> does produce a target
===<nowiki><div></nowiki>===
|