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.
|