I always preview before I post, and I think I discovered another bug. Even if a link is broken, it still previews blue, thus giving a false impression that it's coded correctly.
The syntax for A (anchor) is <a>your anchor content</a>.
Not all anchors are hyperlinks, though. You can turn an anchor into a hyperlink by adding the href attribute; full syntax then is <a href="your url">your anchor content</a>.
Mark is incorrect. a:link matches hypertext links only in CSS and can thus differentiate A HREF from A ID. It’s a question of CSS, not HTML, and no, it isn’t true that nothing can be done.
23 Mar 2010 — 5:57am
If the "a" tag comes through, poor CSS can't do anything but colour it blue.
23 Mar 2010 — 7:32am
The syntax for
A(anchor) is<a>your anchor content</a>.Not all anchors are hyperlinks, though. You can turn an anchor into a hyperlink by adding the
hrefattribute; full syntax then is<a href="your url">your anchor content</a>.23 Mar 2010 — 7:39am
Yeah, it's just the way html works. It's not a Typophile bug.
23 Mar 2010 — 10:21am
if you find any links that need fixing, please contact me and i can fix them.
25 Mar 2010 — 10:47am
Mark is incorrect.
a:linkmatches hypertext links only in CSS and can thus differentiateA HREFfromA ID. It’s a question of CSS, not HTML, and no, it isn’t true that nothing can be done.