Quote:
Originally Posted by rogue_ronin
I think I need to study up on it. I'm using a sort of bastardized HTML mix. I've been using clips (macros) in NoteTab for a long time now, so I re-checked what I'm doing. I actually use both <a name="chapter_ChapterNumber"> and <h3 id="chapter_ChapterNumber" class="chapter" align="center"> in my files to mark a chapter. A combination of overkill and ignorance.
|
I used to use that too. Untill I started making my source files epub compliant. The <a name=""> isn't valid with that. So, I only use the id now.