PDA

View Full Version : Unwanted space under header image


Hardkill
03-01-2007, 05:04 AM
if you go here:
http://38.98.18.200/~adambomb/news.php

You'll see (if using firefox), that there is a space underneath the header image.

I can't for the life of my find out how to get rid of it. Here is the HTML document. By the way its e107 using the famous html theme engine edit for it. I've made layouts before but this one escapes me.

HTML:
http://www.d-minus.net/html.txt

CSS
http://www.d-minus.net/css.txt

Also, this only happens in firefox 2.0.0.2. It does look great in IE though.

jlhaslip
03-01-2007, 05:40 AM
tr td img {
display:block;
}


Didn't check anything else on the page. If there is another cell which is adversely affected, add an id or a class to the cell and target that instead.

Did a check in IE6 and IE7. Looks the same in them, too.

Hardkill
03-01-2007, 06:36 AM
where do i put that? im kind of a noob

ahallicks
03-01-2007, 09:17 AM
That goes in your CSS file, wherever you want

rmedek
03-01-2007, 02:34 PM
Welcome to CF. In the future, please read our Rules (http://codingforums.com/rules.htm) and Posting Guidelines (http://codingforums.com/postguide.htm) before posting. Specifically, use a more descriptive title when posting a new thread. Vague teaser titles like "Very Annoying Problem" are frowned upon.

Thanks.

Hardkill
03-01-2007, 09:14 PM
Any more input on this? thanks guys, and sorry about my title:(