I have a div with blocks of text. Sometimes 4 paragraphs, sometimes 44.
I set the div height to height:100%:
The text within the div has a bottom margin of 1em, to make the paragraphs space nicely without me putting <br> or similar stuff in the code.
The problem is, the bottom margin pushes the div that comes after this one. It makes a 1em space because of the text bottom margin.
Is there a way to make the text div stretch to 100% INCLUDING the margin space?
I set the div height to height:100%:
The text within the div has a bottom margin of 1em, to make the paragraphs space nicely without me putting <br> or similar stuff in the code.
The problem is, the bottom margin pushes the div that comes after this one. It makes a 1em space because of the text bottom margin.
Is there a way to make the text div stretch to 100% INCLUDING the margin space?