+ Post New Thread
Results 1 to 3 of 3

Thread: How to display a link without underline when mouseover on the link using CSS?

  1. #1
    Banned
    Join Date
    Aug 2015
    Location
    Bangalore
    Posts
    46

    How to display a link without underline when mouseover on the link using CSS?

    How to display a link without underline when mouseover on the link using CSS?

  2. #2
    Junior Member GridCash's Avatar
    Join Date
    Mar 2018
    Posts
    5


    Is this useful / helpfull? Yes | No
    <a href="#" class="link">LINK</a>

    in CSS

    .link:hover {
    text-decoration: none;
    }

  3. #3
    Junior Member seojyoti's Avatar
    Join Date
    Mar 2015
    Posts
    9


    Is this useful / helpfull? Yes | No
    Put the following HTML code before the <BODY> tag: <STYLE>A {text-decoration: none;} </STYLE>

+ Post New Thread

Similar Threads

  1. What is link equity in SEO..?
    By ruhikhan in forum SEO - Search Engine Optimisation
    Replies: 0
    Last Post: 12-31-2018, 05:05 AM
  2. Replies: 0
    Last Post: 12-07-2017, 04:10 AM
  3. Replies: 0
    Last Post: 03-08-2017, 10:27 PM
  4. Replies: 0
    Last Post: 06-23-2013, 07:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
 Protected by : ZB BLOCK  &  StopForumSpam