You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

ADMIN

1Accept Remove Line Under Link Thu May 10, 2012 7:36 am

  • Verrell123 ADMIN

    Verrell123

    CreativeDesignz
    Web Design and Coding
    Remove Line Under Link


    Hello Guest! Very Happy

    This can be annoying to many people, so here is a fast tutorial to learn how to remove the line under the links. I'll show you how to do it by HTML and CSS - that's the easiest way to do it.



    HTML
    <a href="URL code" style="text-decoration: none;">link text</a>



    CSS

    <style type="text/css">

    /* All Styles Optional */

    <!--
    a:link {color: #Unvisited link color; text-decoration: none; }
    a:active {color: #Selected link color; text-decoration: none; }
    a:visited {color: #Visited link color; text-decoration: none; }
    a:hover {color: #Link color by mouseover; text-decoration: none; }
    -->

    </style>

    Easy right?

    Notice : This tutorial is copyrighted by CreativeDesignz. You may not publish it on anywhere without written permission from the administrators.

    http://verrell123.co.cc/

    View previous topic View next topic Back to top  Message [Page 1 of 1]

    Permissions in this forum:
    You cannot reply to topics in this forum