Quote:
Originally Posted by Turtle91
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.
|
Thanks. That's what I do also. But I find that what looks good on a Sony does not look so good on an iPad.