There is a gap between the breadcrumbs and the heading! I cant figure out how to remove it?
http://www.perfectclaims.com/ppiclaimsnew/index.php
Thanks
There is a gap between the breadcrumbs and the heading! I cant figure out how to remove it?
http://www.perfectclaims.com/ppiclaimsnew/index.php
Thanks
The p tag has a default top margin (of 1em?)
try resetting this or use a reset stylesheet
p { margin-top : 0 }