I have a strange problem. I have a simple web page and for some reason the <h1 /> has margin-top and margin-bottom more than 18 pixels. There is nothing in my * .css file that points to this. Firefox Firebug shows me the style that applies, but there is no margin.
In the div figure, that the title text is (or should be in it) has limitations. But the title text is pushed down due to the field.
What could be the reason for this? Is there somewhere in firefox / firebug that can show me EXACTLY where this style came from? It says that the header tag is inherited from the body style, but this is only true:
body { font-size: .85em; font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif; color: #232323; background-color: #fff; }
Any ideas? Thanks in advance.

user596075
source share