Forum Moderators: not2easy
I want the image and text to line up like a nav image button and asasociated text.
Is there anyway to eliminate the break in the <h1> tags through CSS?
Thanks
[webmasterworld.com...]
From the css file:
h1 {
font-size: 12 px;
border: 1px solid red;
margin: 0;
padding: 0;
}
I tried margin-bottom: 0 and padding-bottom: 0