Forum Moderators: not2easy
h1, h2, h3, h4, h5, h6{font-family: Times New Roman, Times, serif; padding:0px; margin:0px;} ...this does what it says on the tin in Firefox, but in IE(6) I still seem to have the extra padding. My CSS has passed the validator.
How can I resolve this? Should I put a negative margin and serve this to IE only? I don't want to do anything which is liable to break something somewhere or store up future problems for myself.