I have a table with a code like this:
<table cellpadding='6' rules='groups' frame='no'> <thead> <tr><th>Date</th><th>Length</th><th>Time</th></tr> </thead> <tbody> <tr><td>31. January1</td><td>28 km</td><td>3 hours</tr> </tbody></table>
The problem is that in IE the table has frame and a tableborder = 1. What to do?
Try this:
A couple of specific things to note:
(this is the HTML5 DOCTYPE – some people prefer the more wordy XHTML or HTML4 Strict ones – those also work)