HTML tables help please?

So I'm working on a page for work (sorry I can't post the link) and essentially the page is one huge table. It looks fine in Dreamweaver but when I upload it onto the server the table stretches in height, essentially doubles... (like double spaces everything) any idea on how to fix that and what might cause it???

Public Comments

  1. open the source code and kill all the <p> tags everywhere. then change preferences of your Dreamwever to "not to use tag <p> in rows and columns".
  2. Make sure you have this in your opening table tag - <table cellpadding="0" cellspacing="0" border="0"> This will help too.
Powered by Yahoo! Answers