A unwanted space in header

theericharris

Joined: 2004-04-08
Posts: 2
Posted: Mon, 2004-05-03 02:51

Hello,

I have two sites with integrated galleries. I can't figure out where a space in the header is coming from.

Here are the sites:

http://ericharris.com/pictures
http://mikeharris.org/gallery

As you will see when you visit the sites and view the other pages, there is a nice size space in the header, which makes the entire page shift down.

Any ideas where this is coming from and how to fix it!!?!

Thanks!

-Eric[/url]

 
Gaile

Joined: 2002-07-20
Posts: 1301
Posted: Mon, 2004-05-03 05:22

It's in the stylesheet. You are using a skin, so look in the css folder within the directory for the skin you're using.

BODY  
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  color:#404040;
	  font-weight:bold;
	  background-color: #ffffff;
	  margin-top: 25px;
	  margin-left: 0px;
	  margin-right: 0px;
	}

Take the margin-top: 25px; and make it a zero value and the space will go away.

Gaile