View Full Version : h2 Padding


_zr_
03-08-2006, 01:26 AM
I'm using the <h2></h2> tag on my site, and it's worked great in all the layout's I've made. But with the new one I wanted it to have a background color that stretches across the page (I'm trying to get it similar to my forum which uses tables to do this, but tables won't work for multiple reasons on the site). It's working great except for one thing; at the top of the page there's a space. And I'm wondering if I can fix this?
I don't think I did a very good job of explaining that, but you can see it on the page:

which is here (http://www.forsaken-dominion.com/skins/3/header.php)

Any help is greatly appreciated.

(WARNING: My code is very, very messy.)

Valkyrie
03-08-2006, 01:50 AM
Try adding valign="top" to the table cell that contains the <h2>.

_zr_
03-08-2006, 02:01 AM
Ooo I love you <3

It's fixed. Thank you ^.^

Valkyrie
03-08-2006, 02:05 AM
You're welcome. :)