Is there a way to prevent a string of letters with no spaces from overflowing out of its correspondi
Posted
by Scarface
on Stack Overflow
See other posts from Stack Overflow
or by Scarface
Published on 2010-03-26T04:01:25Z
Indexed on
2010/03/26
4:13 UTC
Read the original article
Hit count: 236
css
The question is pretty straight forward, I have tried using a span with rules set to clear:both;
and display:block;
, at the bottom of each list entry where the text is being inserted in with no luck. I am not really sure what to do on this. I don't expect to many entries with long consecutive letter strings but for example if someone does lolololololol or ahaahahahhhhhhhhhhhhaaaaaaaa for like 100 letters, it will overflow. If anyone can give me a pointer I would really appreciate it.
© Stack Overflow or respective owner