I have this div:
<div class="text">
Thisismytextwontgoinanewparagraph
</div>
with this CSS:
.text
{
background-color:red;
width:100px;
}
As you can see in this JSFiddle, the text goes outside of the div.
Is there a way in CSS to force wrapping for a text without spaces (such as a hyperlink)?