Thread: Need Help
View Single Post
Old 12-15-2018, 10:50 PM   #16
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by jackie_w View Post
Based on that image I'd say the problem is the 4th line
Code:
background-color: rgb(210, 228, 242);
Just remove this line from the table {...} style in any/all CSS files in the book. The background-color should then default to white (or possibly transparent ???).

If it was my book I'd also replace the line below it:
Code:
color: rgb(64, 64, 64);
which is setting the table text color to a dark-ish gray. If you also remove this line the table text should default to black.
The background color seems to have nothing to do with it. He says that the text is being cut off on the right edge, it seems. Whatever reader he's using, it's struggling with table display.

What you could do, @hythamhhl, is copy and paste the text outside of a table, but it will take a bit of work and knowledge. If you don't know what CSS is, honestly, it might be hitting above your weight class. Not trying to insult you at all; but the text could be in table rows, which wouldn't work outside of the table. You'd need a teeny bit of knowledge to do it without making the problem worse.

Some readers do have issues with displaying tabular data; this isn't completely unique. BUT...if the problem persists and is driving you nuts, you might try something as simple as rotating the device sideways/landscape, see if that at least gets you the content without it being cut off.

Hitch
Hitch is offline   Reply With Quote