Speaking of padding, padding is best used in a section break if you plan on using blank space.
[code].sectionbreak {
padding-top: 2em;
text-indent: 0;
}[/quote]
The reason for this is the margin gets lost when it's at the bottom/top of the screen. The padding does not get lost.
|