Thread: Fonts
View Single Post
Old 01-12-2011, 09:12 PM   #10
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
OK, I think the easiest changes for you would be, in the editor, change every instance of
Code:
background-color: rgb(0, 0, 153);
to
Code:
background-color: white;
and every instance of
Code:
color: rgb(153, 255, 255); or 
color: rgb(204, 255, 255);
to
Code:
color: black;
Then save the HTML file. If you double-click on it, it should open in your browser showing black text on a white background throughout.

Once you're happy, reimport the HTML file into calibre and do your conversion again. The bright colours should be gone.
jackie_w is offline   Reply With Quote