Hi,

How can I change the font, text size and change the text color of the link when the mouse is hovered over it?

I have played with:
Code:
Linklabel.font = Verdana;

Linklabel.forecolor = red;
Neither seem to work and the color part isn't what I am looking for.

Any help would be much appriciated.

Thanks,

Al