The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    How to Remove this Line?

    NikkoBryan14
    NikkoBryan14
    Forumember


    Male Posts : 274
    Reputation : 8
    Language : English
    Location : Philippines

    Solved How to Remove this Line?

    Post by NikkoBryan14 5/19/2012, 15:48

    I am having a problem on how to remove this Line under a Link.

    Here is the Preview :

    How to Remove this Line? PNSc



    Last edited by NikkoBryan14 on 5/19/2012, 16:27; edited 1 time in total
    ~@dikz~
    ~@dikz~
    Forumember


    Male Posts : 363
    Reputation : 4
    Language : English & Tagalog
    Location : Legazpi, Philippines - Bicol University

    Solved Re: How to Remove this Line?

    Post by ~@dikz~ 5/19/2012, 16:07

    Paste it above the css.

    Code:
    a:link {
        text-decoration: none !important;
    }
    a:visited {
        text-decoration: none !important;
    }
    a:active {
        text-decoration: none !important;
    }
    a:hover {
        text-decoration: none !important;
    }
    NikkoBryan14
    NikkoBryan14
    Forumember


    Male Posts : 274
    Reputation : 8
    Language : English
    Location : Philippines

    Solved Re: How to Remove this Line?

    Post by NikkoBryan14 5/19/2012, 16:27

    Thanks , Topic Solved >!
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: How to Remove this Line?

    Post by Jophy 5/19/2012, 16:31

    Topic Solved & Locked

      Current date/time is 9/23/2024, 14:22