|
Thanks for your reply,
Yes I did try and i know how to make link styles. But in here my question is to apply link property to only given table. I know that I can't do a:link,hover
like below
tr.odd td {
a:link{rules here}
background: #F6F4EB;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
text-decoration: none;
}
I have tried like
tr.odd td a:link {rules here} etc but it did not work.
|