Wrapping a paragraph inside a div?
- by LOD121
How do I make my paragraph wrap inside my div? It is currently overflowing outside of the div and I have no idea how to stop the paragraph from overflowing over the edge. I do not want a scroll bar with:
overflow: scroll;
and the other overflow options don't seem to help here either... I have the following code:
div {
width: 1200px;
margin: 0…