Quote:
Originally Posted by 1v4n0
...Calibre add its own classes, named "calibre" followed by a number. I don't like this (oh and btw, any idea on how to quickly get rid of them?
|
I don't have any insight into your main question, but re: generic Calibre classes:
Calibre seems to create a class for every element. I have found that if the element already has a class named, Calibre will respect that name and use it. But if there is no class named, Calibre will create one and call it Calibre1, Calibre2, etc. This happens with every element, including <body> <img> <i> <b> <br>, etc. If you want to avoid generic Calibre classes, add a class to every element: <body class="ebook"> <img class="picture">, <i class="italic">, <b class="bold">, etc.