Despite the mess in your code, it REALLY should be cleaned up, I think if you change your table padding and spacing to 0 you will see a great improvement.
You have
Quote:
|
<table width="" cellspacing="3" cellpadding="3" border="0" align="" summary="">
|
IE and FF handle table padding and spacing much differently which directly affects the display.
Reg