View Single Post
Old 12-30-2013, 07:03 AM   #1
krbo
Enthusiast
krbo is a glorious beacon of lightkrbo is a glorious beacon of lightkrbo is a glorious beacon of lightkrbo is a glorious beacon of lightkrbo is a glorious beacon of lightkrbo is a glorious beacon of lightkrbo is a glorious beacon of lightkrbo is a glorious beacon of lightkrbo is a glorious beacon of lightkrbo is a glorious beacon of lightkrbo is a glorious beacon of light
 
krbo's Avatar
 
Posts: 29
Karma: 12030
Join Date: May 2012
Location: Croatia
Device: Kindle PW2 & PW3
docx to epub - obsolete classes for italic and bold

If we have following sentence in docx:

Quote:
This is a small test for obsolete classes.
Calibre will always generate < i > and < b > tags plus additional classes with "italic" and "bold" properties.

Line will look like this:

Quote:
<p class="calibre1">This is a <i class="calibre2">small</i> <b class="calibre3">test</b> for obsolete classes</p>
and obsolete classes:

.calibre2 {
font-style: italic;
line-height: 1.2
}
.calibre3 {
font-weight: bold;
line-height: 1.2
}


Not sure is this a bug or a feature?
krbo is offline   Reply With Quote