Quote:
Originally Posted by jackie_w
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