I know that this is a common problem with html tables, it's quite difficult to put   in each empty cell as the cells don't know they're empty till they're sent to the next screen.
I've already tried the CSS way aswell of doing table{empty-cells:show} or similar and this only works in Firefox not IE.
Was wondering if there was some code that could find all the empty cells and put " " in them?
Please let me know if you know how this would be done,
Cheers Guys!