View Single Post
Old 05-01-2014, 08:56 PM   #2
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,645
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
They're url fragments. There's a corresponding id for them in the xhtml file(s). That's where the link takes you.

If each link takes you to a separate html file ... then you probably don't need them. But your code snippet shows three links to the very same html file; so the id/fragment is necessary to get to the proper place in the html file. If you remove them, all three links will take you to the very top of the same html file, instead of the various sections indicated by the toc.
DiapDealer is offline   Reply With Quote