I need to fit a text into a div inside in my template.
Now I have:
<td>
<div id="beruf" style="width:490px">
{{profil.beruf|safe}}
</div>
</td>
But the text displays “to the end” without respect the width of the div.
Any ideas?
Thanks 😉
—- more info. This is what I get:

Maybe some css is breaking the word-wrap?
Check this:
http://www.w3schools.com/cssref/pr_text_white-space.asp