test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cursosdesign Friend
    #157435

    Hello!

    How to automatically Underline Links in articles?

    I am sure this is CSS in template.css, but Where? and the Code?

    Best Regards and thanks,

    Gonzalo

    gray Friend
    #366744

    template.css


    /* Normal links ---*/
    a {
    color: #145077;
    text-decoration: none;
    }

    a:hover, a:active, a:focus {
    color: #145077;
    text-decoration: underline;
    }

    change text-decoration: none; to text-decoration: underline;

    cursosdesign Friend
    #366747

    Thanks Gray!!!!!

    Best Regards,

    And I recommend: http://www.delpraga.com/ Excelent Site!

    Gonzalo

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

This topic contains 3 replies, has 2 voices, and was last updated by  cursosdesign 13 years, 11 months ago.

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