How to word wrap text in HTML?
Posted
by satya
on Stack Overflow
See other posts from Stack Overflow
or by satya
Published on 2009-07-18T15:56:31Z
Indexed on
2010/04/20
6:23 UTC
Read the original article
Hit count: 262
How can text like "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" which exceeds the width of a div(say 200px), be wrapped?
I am open to any kind of solution such as CSS, jQuery, et cetera.
© Stack Overflow or respective owner