How can I make a left-justify CSS for CoolReader?
Hi:
I'm reading a book in html format at the moment and I'm trying to get rid of the justified text.
I've made two css files called htm.css and html.css and placed them in the crengine folder on the SD card.
Both contain the same information:
body { text-align: left; }
p { text-align: inherit; }
It doesn't work, the book is still justified. What am I doing wrong?
Thanks.
|