View Single Post
Old 03-06-2023, 07:02 AM   #1
TheHendrik
Junior Member
TheHendrik began at the beginning.
 
TheHendrik's Avatar
 
Posts: 8
Karma: 10
Join Date: Jan 2023
Location: Brazil
Device: Kindle Paperwhite 11th generation
Why does my ebook look like this

Hello, I have been editing an ebook and most of it works in all my devices. However, one specific part is messed up when opened in kindle:

The parts in italic should be two column of verses, the first in norse and the second in english.

In Sigil, the part is like this:
Code:
<p>previous paragraph</p>
<div>
<div class="left column"
Line 1 <br />
Line 2 <br />
... <br />
</div>
<div class="right column">
Line 1 <br />
Line 2 <br />
... <br />
</div>
</div>
<p>netx paragraph</p>
Any idea what I'm doing wrong. Thank you.
TheHendrik is offline   Reply With Quote