Can some one help me with this issue of css, I have a div structure like: Its with long string to make sure it doesnt breaks CSS but with this code it is... I tried using PRE with word wrap and PHP wordwrap() function...all of them give me the same overlapped output... I want to just break so long strings such that it fits in my div and all the divs are evenly placed...
The css is as: .load {margin-left:40px; width:300px; height:30px; font-size:12px; border-bottom:solid 1px #FFFFFF;} ...............HTML...................
<div class="load" id="load">
<span>
dddddddddddddddddsssssssssssssssssssssss<br />
ssssssssssssssssssssssssssssssssssssssss
ssssssssssssssssssssssss
Time:
</span></div>
dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
ddddddddddddddddd TIME:
............many such divs
Unable to attach a screenshot....but the output is overlapped DIV's...and Divs which have no or less text are ok..