View Single Post
Old 01-19-2019, 01:10 PM   #1
ElMiko
Evangelist
ElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileRead
 
ElMiko's Avatar
 
Posts: 471
Karma: 65460
Join Date: Jun 2011
Device: Kindle
Line-height from ePub to AW3

Working in ePub, I have text that is split by <br/> tag, where the tage has a css style that adjusts the height of the break.

Code:
Line 1<br class="brheight"/>Line 2

css:
.brheight {
   line-height: 2.5em;
   }
This displays without issue in ePub, but when I convert to AZW3, the line height is re-set to 1em. To be clear, the new stylesheet still retains the same css styling (2.5em), but for some reason, the display doesn't reflect the code.

Any ideas as to what's happening in the conversion process that causes this error?
ElMiko is online now   Reply With Quote