I am not quite sure how to do this.

I'm trying to break up text that is too long. (E.g. hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii)

I've tried using word-wrap: break-word; but this isn't doing anything.

link|improve this question

Thanks, sub-pixel smoothing. Now those is are green between them. – JamWaffles Oct 5 '11 at 22:54
feedback

2 Answers

word-break was now renamed to overflow-wrap as you can read in the spec. But browsers should accept the word-break rule.

You can also try to play around with text-overflow a litte bit. PPK wrote about it here and you can find more about it on MDN(https://developer.mozilla.org/En/CSS/Text-overflow).

link|improve this answer
feedback

Check out the -webkit-hyphens css3 property. There is support for some other vendor prefixes as well.

http://drublic.de/blog/css3-auto-hyphenation-for-text-elements/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.