adding a # table width instead of a % width will make a difference, just add up all your td's # width and make that your table's width.
if your tables width is a %, and your td's are #, it doesn't work,
don't bother using css, just <table width='###'> and <td width='##'>