You can set the width of the cells, you can set the width of the table....
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Hi Frank, there are a couple of things you should do: 1) Remove the width=100% from the table, that does the trick for you 2) Consider to remove the <span> tags, the class definition would be just fine in the <td>. 3) Put thead/tbody into the table to make it xhtml compliant (good for JavaScript DOM methods as well). Hth ;-) stw