Why can't I see the top and bottom margins in Safari, Chrome, or Firefox when I've set the margin to 50px?
HTML:
<div style="width:400px;background-color:#ffffaa">
<p style="background-color:#aaffff;
padding:20px;
margin:50px;
border-style:solid;
border-width:5px;
border-color:#000000;"> Text content here…
</p>
</div>