Click to See Complete Forum and Search --> : css guru... should be simple


JDM71488
02-16-2005, 09:57 PM
i don't know what i am doing wrong...

http://accessjdm.com
http://accessjdm.com/layout.css

anyways, you see above "affiliats" on my site... i want that space above the background and below it to go away... i set no padding on the div#right but idk...

and no, the site is not done yet...

btw... how's my CSS coding getting? any good?

ffurnai
02-16-2005, 10:22 PM
I see a couple of things-


You've got an open tag for both container1 and containder2 but only one close tag between them. 8 open <div> tags and only 7 close </div> tags.

and

I believe that the margin of 2px on your h1 might be the issue. This is on the style.css

Not a Guru. . .
hope that helps!

JDM71488
02-17-2005, 05:13 AM
no, i have 8 and 8 i counted this morning... yeah it was the h1 margin... i am using two style sheets to clear up clutter... and i guess i'm not used to checking both of them... :)

ffurnai
02-17-2005, 06:47 AM
Like I said, not a Guru. .

Glad the margin thing helped. :)

Ian