Results 1 to 4 of 4

Thread: How to remove the underline from linked text

  1. #1
    Join Date
    Jul 2006
    Posts
    27
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default How to remove the underline from linked text

    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.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    An example
    HTML Code:
    <A STYLE="text-decoration:none" HREF="page.html">
    Or

    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.

  3. #3
    Join Date
    Jul 2006
    Posts
    27
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    also would u pls tell me how to change the text colour of linked text.

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    HTML Code:
    <A STYLE="text-decoration:none; color:green;" HREF="page.html">

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •