Somehow, my CSS H2 declaration creates a huge gap above it. See, for example,
www.clickbasics.com
What am I missing?#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #000000;
line-height: 1.5em;
margin: 0 0 20px;
| SitePoint Sponsor |





Somehow, my CSS H2 declaration creates a huge gap above it. See, for example,
www.clickbasics.com
What am I missing?#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #000000;
line-height: 1.5em;
margin: 0 0 20px;

That gap is not caused by the H2, but by #main which has padding: 40px 0 0;
Rémon - Hosting Advisor
Minimal Bookmarks Tree
My Google Chrome extension: browsing bookmarks made easy





Thanks
Bookmarks