How to remove the underline and change the text colour of linked text . pls help
How to remove the underline and change the text colour of linked text . pls help
Last edited by hariprasad; 09-01-2006 at 05:14 AM.
An example
OrHTML Code:<A STYLE="text-decoration:none" HREF="page.html">
You can create a style in a CSS file and link it into your HTML page and use the style name inside your anchor tag.
also would u pls tell me how to change the text colour of linked text.
HTML Code:<A STYLE="text-decoration:none; color:green;" HREF="page.html">
Bookmarks