spicysudhi
Programmer
Hi,
I want to make difference of some anchor A tags within TD tags, like their color, hover/visited. However the rest of anchor tags should remain unchanged, they are using default A tag style sheet definition say as below
A
{
color="#0000ff";
TEXT-DECORATION: none
}
And I have td tag also in style sheet
TD
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
FONT-FAMILY: Verdana, Arial
}
I want extend these two tags to use say one A tag in one TD has a different behaviour to another.
can someone suggest me how can i get this.
thanks.
sudhi
I want to make difference of some anchor A tags within TD tags, like their color, hover/visited. However the rest of anchor tags should remain unchanged, they are using default A tag style sheet definition say as below
A
{
color="#0000ff";
TEXT-DECORATION: none
}
And I have td tag also in style sheet
TD
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
FONT-FAMILY: Verdana, Arial
}
I want extend these two tags to use say one A tag in one TD has a different behaviour to another.
can someone suggest me how can i get this.
thanks.
sudhi