I have a reset.css file that includes the following declaration: border:0 none;
So when I make a table like this:
<table border="1">
The border does not show up. How do I get the border to show up without removing the border:0 none; property? The code must be <table border="1">
. Is there a way to make the table "ignore" the reset.css file? (This must work across all browsers as well including IE 6+)