I have a players
class table with 5 columns and 40 rows. I want to make a second column width: 200px
.
I cannot figure out how to select a specific column in a table. So far I have narrowed it down to this, but this is done for all rows in the table. Can someone help me set the column width for a specific column?
table.players td { }
source share