Line spacing in CSS…

Soldato
Joined
26 Feb 2004
Posts
4,800
Location
Hampshire, England.
Hey guys,

I’ve just started to add text to one of my project sites and I appear to have this problem whereby, the text I add with the <h3> tag for example (see code bellow) gives me huge amounts of line spacing on regular text?

If I don’t use the tags there isn’t a problem with the actual layout, just the font, size etc defaults – but I’d expect that anyway ;)

h3 {
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: left;
font-size: medium;
}


Is there some attribute I’m missing? I’m a bit unfamiliar with .css text formatting :)

Cheers,

SW.
 
Thanks guys ;)

Yeah, I was using header tags for body text :p

You should be able to tell that I don’t add text that often to my sites - only usually get as far as designing a template...

Thanks for the help!

SW.
 
Back
Top Bottom