View Single Post
Old 12-25-2013, 11:32 AM   #1
chittu
Junior Member
chittu began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2012
Device: nook
HTML to epub disable class change

while I convert HTML to epub, the input classes changed in the output randomly.

For example, the input HTML had
<div class="tableofcontents">......
<div class="poem">..........
<p class="gototop">..........

But the converted output changed the class to
<div class="tableofcontents">......
<div class="tableofcontents">..........
<p class="tableofcontents">..........

this is lot annoying as I can't changed them manually. Any help? thanks
chittu is offline   Reply With Quote