Kovid,
I have found an anomaly in html2lrf that is somewhat troublesome for me. I create a large number of files in some of my projects, like the bible projects. I then will produce from them some specialized PDF files because of the need for hierarchical TOCs which are not suppoted in the BBeB format. I will also produce "single" books in the BBeB format from the same files.
In order to use the "tags" feature in Acrobat I will frequently use the following in my style declaration or in my style sheet:
Code:
H3
{font-size:0.1pt;
color:white;}
So that when I want, for example, an invisible chapter mark i insert into the data stream
html2lrf ignores the declared style of the h3 tag and actually inserts the chapter mark. This means that I have to do a re-edit for it. Have I missed something? Can it be fixed? Would you like for me to open a ticket on this?