I have div with the following css style:
div
width:335px; float:left; overflow:hidden; padding-left:5px;
When I insert, into that
If you want to restrict it to one line, use white-space: nowrap; on the div.
white-space: nowrap;