<td title="He is from KL working in Assyst at Kochi.Today Ind vs Aus match 2nd semi final Aus won the game India Lost">He is from....</td>
How can i give css to above table column? I tried like this but it doesn't work in asp.net grid view control with boundfield?
table, tr, td:title
{
background-color: #efefef;
padding: 10px;
color: red;
border: 1px solid blue;
text-align: justify;
}
How can resolve it?