View Single Post
Old 10-14-2011, 04:14 AM   #4
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
There is a hyphens property in CSS3, you could try "hyphens: none", but I wouldn't be surprised if it doesn't work.

Also, try adding the properties not to the bare "body", but to something with higher priority (as we don't know what's the "default CSS" being used):

html body
body.text (and use <body class="text">)
.regular or whatever element or class you use in your text

Last edited by Jellby; 10-14-2011 at 01:23 PM.
Jellby is offline   Reply With Quote