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.
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.