After applying a CSS reset to my website's stylesheet (which is valid as CSS 2.0 and used with XHTML 1.0 transitional webpage), I noticed that a table on my website no longer looks correct. Specifically, the table is now positioned incorrectly and the borders, which were originally black, are no longer visible.
I am debating whether I should remove the table or if I can keep the reset as is and adjust the border settings later. My concern is maintaining consistency across all pages by not having to change the reset specifically for pages with tables containing tabular data, especially since I use an external stylesheet.