Hi all,
I want to assign different color to the top EZPages link, a:link, a:visited, a:hover, a: active.
Help.
Hi all,
I want to assign different color to the top EZPages link, a:link, a:visited, a:hover, a: active.
Help.
Into the bottom of the stylesheet put the following rules:
Obviously change the red to whatever you want.Code:#navEZPagesTop a{color:red;}; #navEZPagesTop a:visited{color:red;}; #navEZPagesTop a:hover{color:red;}; #navEZPagesTop a:active{color:red;};
Nick
iszent.com
It works. Thank you very much.![]()