Ok, it may have something to do with my DTD.
I'm using this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html
But I have to use this or other things will break.
Main Topics
Browse All TopicsHi all,
I'm having problems with Firefox in setting the table row's height. Even though the cell contains a spacer.gif set to width=1 and height=1, firefox still displays the row as normal height. IE however displays the row as 1px high.
Can I fix this in Firefox?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ok, it may have something to do with my DTD.
I'm using this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html
But I have to use this or other things will break.
I get the same result with that doctype, the td is only 1px high.
Note that this markup does not validate for that doctype, width & height are not allowed for td elments, and img elements must have an alt attribute, and can not have vspace, hspace or border attributes. But this is not related to your problem.
This is my complete test file:
Business Accounts
Answer for Membership
by: cxrPosted on 2009-01-26 at 11:31:07ID: 23469902
My firefox (v3.0.5 on vista) displays this table with only one pixel height (+ borders).