View Full Version : Header Question


Incendio
10-26-2005, 09:51 AM
< h 2 > Header < / h 2 > question. I think it's too much space between the header and the text that fallows. CAn I change this?
http://tinypic.com/f0oqa0.gif

Bowser
10-26-2005, 12:01 PM
I see what you mean.
Try using bigger sizes of text instead.

ie. < f o n t s i z e = " 5 " > Your text here < / f o n t >
It should look like this:
<font size="5">Hello</font>
You could also increase or decrease the size.
I hope that helps.

pb&j
10-26-2005, 03:41 PM
use a bit of css to get rid of the bottom margin...

<h1 style="margin-bottom:0px;"> text here </h1>