Quote:
Originally Posted by AlexBell
Could you tell me please how you turn off hyphenation? That would be really useful for long titles if it stops a word from breaking.
|
probably don't need all of these, but they work for web pages too:
Code:
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
However, I have found that forcing a long title to break (<br />) where I want does a better, or at least more consistent, job of cleaning up hyphens. The problem with turning off hyphens is that some apps will just allow a too-long-word to flow off the side of the page where you can't see it if there is no option to hyphenate. eg "Acknowledgements" in too large of a font on a small screen.