The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › [Solved] Table column width
Is there a way of some sort on shrinking the column width of a table to conform to how much text is in there?
For example, an ID (number only) column should not be the same width as an address column.
Demo: http://codepen.io/chrisburton/pen/apGEe
Solved.
Don’t know if this will help:
http://stackoverflow.com/questions/4757844/css-table-column-autowidth
@wolfcry911 Totally was not aware of this. Thanks a lot — all fixed!
@Paulie_D That’s the exact post I ended up finding and implemented the suggestions offered there. Thanks.