I\'m trying to make a table that stretches 100% of the page (or whatever container it\'s in, depending on where I use it).
When I specify the width of the table to 1
I tried putting table-layout: fixed; into the table section of the CSS, and that appeared to work (even when I changed the number of columns). The source where I found that is here.
table-layout: fixed;
table