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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
word-breakwas now renamed tooverflow-wrapas you can read in the spec. But browsers should accept theword-breakrule.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.