Need some help

They have: 7 posts

Joined: Dec 2005

Hi, i got a new banner for my site and when i put it in place it shifts the site and makes a space at the top, here is a pic of what it does:

I dont know very much HTML. So if someone can help me out that would be great.

The URL for the site is http://www.jeepsource.org

Thanks,
Zach

They have: 5,633 posts

Joined: Jan 1970

It would be better if you give us a link so we can look at your html and help you.

They have: 7 posts

Joined: Dec 2005

They have: 5,633 posts

Joined: Jan 1970

I think the proublem is here.
<table width="750" border="0" align="center" cellpadding="0" cellspacing="2" class="border">

Select the table that holdes everything and set the "cellspacing" to "0". See if that helps.

They have: 7 posts

Joined: Dec 2005

Nope, its the same

They have: 5,633 posts

Joined: Jan 1970

Next try turning off the style sheet for that table or set the border to 0px

EDIT: Be sure to undo the edits that dont work.

They have: 7 posts

Joined: Dec 2005

Nope

They have: 7 posts

Joined: Dec 2005

anyone?

demonhale's picture

He has: 3,278 posts

Joined: May 2005

this is fast, i havent got time to look at your codes, but put on table tags and tds border collapse tags...

They have: 7 posts

Joined: Dec 2005

demonhale wrote: this is fast, i havent got time to look at your codes, but put on table tags and tds border collapse tags...

I have no clue what that is. I dont know HTML very well.

demonhale's picture

He has: 3,278 posts

Joined: May 2005

on your table command put something like this, just try, ill help you after work, if this isnot resolved yet...

Roo's picture

She has: 840 posts

Joined: Apr 1999

In your css body section put this:
margin: 0px 0px 0px 0px;

What this does is fit the page flush against the browser window top and bottom, right and left, so you should have no gaps.

Some people do not put the px in, they write just 0 0 0 0, but for anyone still using Opera 6, the px is needed.

Roo

They have: 7 posts

Joined: Dec 2005

Roo wrote: In your css body section put this:
margin: 0px 0px 0px 0px;

What this does is fit the page flush against the browser window top and bottom, right and left, so you should have no gaps.

Some people do not put the px in, they write just 0 0 0 0, but for anyone still using Opera 6, the px is needed.

I cant find that? Is it in the index file?

He has: 7 posts

Joined: Dec 2005

could be something to do with that JavaScript error you have on the site?

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.