Problem With Header Margin

Please compare this page in both IE & FF.

You’ll see that the <h1> tag @ the top of the category page, above the sunglasses, which reads for “Wayfarer Sunglasses” has added margin spacing below it in IE - extra spacing does not appear in FF.

What is causing it? How do I get rid of?

Just fixed some code but now extra spacing is appearing in FF as well…

How do I get rid of that extra spacing?

You have a <br> element under the H1. Remove that. :slight_smile:

Whoops. Okay. That took care of it. I forgot that header tags naturally break between the next line. Thanks!

Yes, they are “block” elements like <p>s etc.