Click to See Complete Forum and Search --> : Spacing around elements


mickapoo
10-20-2004, 07:04 PM
I have a page located http://www.hybrid-design.net/index_copy.html.

If you look you will see a white space under the header image and above the navigational menu. I have tried and tried to figure out why this space is there, and how to close the gap but it's not working. If anyone can help I would be appreciative.

Thank you in advance,
Mickapoo

ray326
10-21-2004, 12:53 AM
In IE yes in FF no. Take a full doctype and call me in the morning.

(That means you have no doctype so the browsers are running in quirks mode.)

mickapoo
10-21-2004, 06:09 AM
Ok, I do now.

ray326
10-21-2004, 01:04 PM
Nope, the browsers are still running in quirks mode. The one it looks like you want is

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

mickapoo
10-21-2004, 01:23 PM
Ok, I did as you suggested. That space is still there.

Fang
10-21-2004, 02:09 PM
img {display:block;}

ray326
10-21-2004, 03:16 PM
What Fang said. Also, making this (http://validator.w3.org/check?verbose=1&uri=http%3A//www.hybrid-design.net/index_copy.html) right certainly will not hurt.

mickapoo
10-21-2004, 03:54 PM
Thanks so much.