I've got a div where the content of the div "escapes" the div.
if for example i put in something like ssssssssssssssssssssss (and so on :P) it just goes over the divs edge instead of breaking and continuing on the next line.
css:
#content {
position:absolute;
width: 855px;
padding: 195px;
padding-top: 0px;
Add the following to the CSS:
word-wrap: break-word;
Also see https://developer.mozilla.org/en/CSS/word-wrap
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With