I have a HTML table as shown in http://jsfiddle.net/Lijo/JN8Pm/1/ . This table is generated by gridview in asp.net. Hence I cannot add a class to “td” inside “tr”. [This is the suggestion in many forums; but that won't work for me due to gridview]
How can I
- set the background color of Emp ID column as Red?
- set the width of Emp ID column as 300px?
Reference:
Refer the following two for table styling
1. table-layout:fixed;
2. word-wrap:break-word;