View Single Post
Old 01-15-2011, 06:40 AM   #1
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16078357
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
Which is consdered correct practice?

Code:
<a id="CH_1"></a>
<h2>CHAPTER 1.</h2>
or

Code:
<h2 id="CH_1">CHAPTER 1.</h2>
The reason I'm asking this is that I normally use the second format. On loading a file to Sigil, with TIDY on full, each

Code:
<h2 id="CH_#">
was changed to

Code:
<h2 id="00002">
Problem with TIDY or should I revert to the first format?
crutledge is offline   Reply With Quote