Quote:
Originally Posted by Doitsu
Actually, it might also be an <a> tag with a missing or incorrectly placed closing tag. 
|
Oh my gosh, that was it! All the named anchors from the table of contents are wrong. (They look like <a name = "link"/>, which is apparently flubbing everything up.)
I love how smart the people on this site are! I would
never have figured that out on my own.

Edit: In case anyone else has a problem like mine, I have since learned that <a name = "link"/> is XML coding. What I need is <a name = "link"></a>, which is supported by HTML4.
Source:
http://stackoverflow.com/questions/4...ith-name-or-id