Last Updated: February 25, 2016
·
755
· TimGThomas

Fix Those Resizing Columns!

Having issues with HTML table columns resizing willy-nilly? Try changing the way your browser lays-out tables!

table {
   table-layout: fixed;
}

More details on my blog.