PDA

Click to See Complete Forum and Search --> : IE 7 gapping out my tables


LeftBrain Artist
09-01-2009, 07:48 PM
http://206.188.221.144/index.aspx

Putting together an e-commerce site for a client - I'm using a pretty simple table on the right side of the header, but IE 7 is putting extra space in between the rows. Anyone know if there's some code I can throw in there to make IE happy? I've already got all the borders set to 0.

CkretAjint
09-01-2009, 08:27 PM
Are you looking to just make sure all content is aligned at the top no matter the height of the table?

Try, valign="top"

NTLemon
09-01-2009, 09:07 PM
I ran into the same thing about a month ago.

You have to remove any extra space between the tags. It's retarded and IE should feel bad about it.

So



content

[tr]


needs to be

[tr]content


at least that is what fixed it for me

LeftBrain Artist
09-02-2009, 12:51 PM
yep - it was the extra spaces - that is retarded to say the least.

CkretAjint
09-02-2009, 12:56 PM
yep - it was the extra spaces - that is retarded to say the least.

So is IE! :p