Forum Moderators: not2easy
table, td {
border: 0;
} if you want to get rid of the grid. This is because setting a border on a table in CSS only sets the outside border of a table element. Note that border: none also works.
Also, as far as I can tell this will override a border="1" declaration in html in most modern browsers.