Forum Moderators: not2easy
Under a graphic logo I run a H1 tag and to cut the white space between them I've set margin to 0px.
what's the HTML for both ~ is the image wrapped in something that also has a default margin?
e.g.
<h1>heading</h1>
<h2>heading</h2>
above scenario would need the bottom margin of the h1 and top margin of h2 elements to be zero then a small margin set on only one of them should control the space evenly x-browser
Suzy