Ian
Ian

Reputation: 945

HTML and CSS spacing issues

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

Upvotes: 0

Views: 138

Answers (1)

redsquare
redsquare

Reputation: 78697

The p tag has a default top margin (of 1em?)

try resetting this or use a reset stylesheet

p { margin-top : 0 }

Upvotes: 2

Related Questions