View Single Post
Old 02-22-2009, 03:10 PM   #1
leandroide
Zealot
leandroide has learned how to buy an e-book online
 
leandroide's Avatar
 
Posts: 144
Karma: 92
Join Date: May 2006
Location: Vigo, Spain
Device: Papyre 6.1 (Hanlin V3)
fb2 hyphenation in coolreader

Hi all!

Thanks to johansolo, from www.lectoreselectronicos.com, I bring here a solution for the hyphenation problem in coolreader.

It's very simple: modify your fb2.css including hyphenate:none in tag body.

For example, body in my fb2.css now is:
Quote:
body {
text-align: justify;
text-indent: 2em;
font-family: Liberation Sans, sans-serif;
font-size: 95%;
font-style: normal;
line-height: normal;
hyphenate: none;
}
This way words are not divided between lines.

Regards,

L.
leandroide is offline   Reply With Quote