|
Posted by dexus on 07/31/06 14:38
wesley@ispace.co.za wrote:
> Hi all, what is the code to ensure that a HEADER and FORM do not leave
> a line and space above and below by default? I want to put that code in
> my CSS.
> Thanks Wes
I gess that should be:
h1,h2,h3,h4,h5,h6,form {
margin:0;
padding:0;
}
Navigation:
[Reply to this message]
|