I\'m trying to make a table where all TDs have the exact same width. I\'ve tried using the following CSS
width: 100% table-layout: fixed;
How