View Single Post
Old 05-29-2017, 04:26 PM   #9
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by stumped View Post
The epub opens with a two column table called cast of characters, which looks ok in sigil, but on my tablet in moon+ the right hand column is truncating - missing some characters.
IIRC, Moon+ Reader doesn't exactly have a stellar track record when it comes to rendering books with advanced formatting.

IMHO, the easiest way to solve this problem is to convert your two-column table to a definition list. The definition list should look like this:

Code:
<dl>
  <dt>Person 1</dt>
  <dd>Description of person 1</dd>

  <dt>Person 2</dt>
  <dd>Description of person 2</dd>
</dl>
Doitsu is offline   Reply With Quote