Hello!!
I have a problem and the problem is
Got a block of 150 px with with lots of text.
How can i wrap the text in the div of the same width.
What CSS should i write in the div so that the width remains constant and the text goes in the next line if it exceeds the width of the div.
Hope the question is understood.
Last edited by avk on Wed May 31, 2006 8:48 am; edited 1 time in total
I have a problem and the problem is
Got a block of 150 px with with lots of text.
| Code: |
|
<div id="block"> LOTS OF TEXT OUT HERE</div> |
How can i wrap the text in the div of the same width.
What CSS should i write in the div so that the width remains constant and the text goes in the next line if it exceeds the width of the div.
Hope the question is understood.
Last edited by avk on Wed May 31, 2006 8:48 am; edited 1 time in total
