PDA

View Full Version : h1 tag



eMEraLdwPn
08-02-2004, 07:40 PM
for some reason in internet explorer, when i use the h1 tag it's automatically expanding the text onto 2 lines... in mozilla the text only takes up one line, like it should. my css sets the h1 tag to the following:

h1 {
color: #FFFFFF;
font-family: 'verdana';
font-size: 11px;
padding: 0px;
}

i added the padding to it, but it had no affect on it

mobilebadboy
08-02-2004, 08:27 PM
Add margin: 0px;

eMEraLdwPn
08-02-2004, 08:39 PM
awesome, that worked =).. thanks a lot!