Displaying a well formatted table
- by user1378680
Please take a look at the picture below. The header for the second column is displaying DISTRICT under SENATORIAL. But that's not the case for the 2nd and 3rd Rows under the 2nd Column.
What I want to achieve is that words/strings should not ba able to extend width of the table....
The CSS I'm using is beneath.
table {
width: 650px;
…