Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • canadatom Friend
    #125532

    There is a blue dot line on the bottom of every hot link, how can I remove it? Thanks
    if you have no idea what I am talking about, please take a look at my site creativeinvestor.ca, on the tab or latest forum post. Thanks for helping.

    instantinlaw Friend
    #238403

    Search your template_css.css for the following:


    a
    {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: -moz-use-text-color;
    color: #006da3;
    text-decoration: none;
    }
    a:hover, a:active, a:focus (line 69)
    {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: -moz-use-text-color;
    color: #cc0000;
    text-decoration: none;
    }
    a:hover, a:active, a:focus (line 69)
    {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: -moz-use-text-color;
    color: #cc0000;
    text-decoration: none;
    }


    And change it to this


    a
    {
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: -moz-use-text-color;
    color: #006da3;
    text-decoration: none;
    }
    a:hover, a:active, a:focus (line 69)
    {
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: -moz-use-text-color;
    color: #cc0000;
    text-decoration: none;
    }
    a:hover, a:active, a:focus (line 69)
    {
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: -moz-use-text-color;
    color: #cc0000;
    text-decoration: none;
    }

    BTW your link does not work.

    canadatom Friend
    #238410

    Bill, thanks for your help, I will modify it as soon as my server is up.

    instantinlaw Friend
    #238516

    You are welcome. Let us know how it goes so we can mark this post solved.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  instantinlaw 16 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum