Not sure where I saw that cell-spacing thing but, I just checked my usual references and nope, not there. I probably saw it one or more places and just assumed it was css. So, let's nix the cell-spacing and use instead margin:0 for the td selector. I was thinking, the OP's 'style' was so whacked to begin with, there is no telling what the browsers would make of it:
Code:
<table style=" font-size: 12px; border-style: none; cellspacing: 0;cellpadding: 0;align: left;width: 100%;filter:;">
When you put it truly inline, 'filter' has no value specified, that could throw the whole thing out the window.
Bookmarks