View Single Post
  #12 (permalink)  
Old 02-22-2008, 09:54 PM
RegDCP's Avatar
RegDCP RegDCP is offline
WebProWorld Pro
 
Join Date: Oct 2005
Location: Courtenay BC
Posts: 222
RegDCP RepRank 0
Default Re: Site Display on Internet Explorer vs. Mozilla Firefox

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
__________________
http://DotCom-Productions.com Website Management
http://0Grief.com Budget PHP/MySQL hosting
Reply With Quote