View Single Post
Old 09-19-2014, 03:29 PM   #5
Watashi
Junior Member
Watashi began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Sep 2014
Device: Nook Simple Touch
Quote:
Originally Posted by Doitsu View Post
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

Last edited by Watashi; 09-20-2014 at 04:59 PM.
Watashi is offline   Reply With Quote