Results 1 to 3 of 3

Thread: How can I make my link not have ugly border?

  1. #1
    Join Date
    Dec 2013
    Posts
    10

    Default How can I make my link not have ugly border?

    Hi,

    How can I make my link not have ugly border?
    thanks,
    Roger.
    connected commerce

  2. #2
    Join Date
    Dec 2013
    Posts
    5

    Default

    Hello Roger,

    You mean the link dotted outline? Remove it like this:
    Use css property:
    a {
    outline: 0;
    }
    or try this
    a {
    outline: none;
    }
    Thanks & regards,
    Lukewright.
    connected commerce

  3. #3

    Default

    "Hello Roger,

    You mean the link dotted outline? Remove it like this:
    Use css property:
    a {
    outline: 0;
    }
    or try this
    a {
    outline: none;
    } "

    Thank you for providing this right information. I have been studying it also on how to improve the border of my link.

Similar Threads

  1. Using an image as a border
    By jonys in forum Web Design Solutions
    Replies: 8
    Last Post: 10-12-2018, 06:14 PM
  2. What is Link Bait and Link Pyramid
    By rambofen044 in forum Web Hosting Community
    Replies: 2
    Last Post: 12-04-2017, 06:43 PM
  3. how to make hosting profitable?
    By KVChosting in forum Web Hosting Solutions
    Replies: 2
    Last Post: 01-19-2013, 08:39 AM

Posting Permissions

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