View Single Post
Old 02-18-2011, 09:21 PM   #1
fluxcore
Junior Member
fluxcore began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2011
Device: kindle3
HTML input -<b> and <i> being converted to block elements?

I've got an html input file containing data such as

<p>Lorem ipsum dolor <b>sit</b> amet</p>

however the converted HTML file within the .zip that Calibre creates contains the following:

<p>Lorem ipsum dolor </p>
<b>sit</b>
<p>amet</p>

Which is entirely not the expected behaviour. Are there any abilities to tweak this? It's not really fixable using CSS. The same happens with <i> tags, <strong>, and presumably <em> too.

Cheers
fluxcore is offline   Reply With Quote