Give table columns equal width using CSS
If you want to distribute a <table>'s width equally over its columns, you can use the following CSS property:
table-layout: fixed
It is supported by every browser ever Show archive.org snapshot .
If you want to distribute a <table>'s width equally over its columns, you can use the following CSS property:
table-layout: fixed
It is supported by every browser ever Show archive.org snapshot .