Forum Moderators: not2easy
margin -- top, right, bottom, left ... If you want some spacing between paragraphs, you can simply specify something like margin: 0 0 15px 0 line-height -- similar to line spacing in word processors. I tend to favor a setting of line-height: 1.5 text-indent -- when dealing with blocks of text, it's generally nice to indent the first line of each paragraph a little. Something like text-indent: 3em does the trick