You are not connected. Please login or register

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

ADMIN

1Accept Changing Link Color Thu May 10, 2012 7:38 am

  • Verrell123 ADMIN

    Verrell123

    CreativeDesignz
    Web Design and Coding
    Changing Link Color
    Changing your link color to fit your forum/website.
    Hello Everyone Very Happy

    This is a very simple tutorial to change the color of your links to make your links fit with your style of the forum or website.


    Enter this code into your HTML Page where the links are at.
    You can change the font color by adding #009900 or what ever you wish to add.

    Code:
    <font color="Color Code">
    <a href="URL OF Website">Name of the link you want to call it</a>
    </font>

    My Example of this code:

    Code:
    <font color="#009900">
    <a href="http://www.webartzforum.com">WebArtz</a>
    </font>

    Now Changing your link color by CSS

    Code:
    <style type="text/css">
    <!--
    a:link {color: #000000; text-decoration: underline; }
    a:active {color: #0000ff; text-decoration: underline; }
    a:visited {color: #008000; text-decoration: underline; }
    a:hover {color: #ff0000; text-decoration: none; }
    -->
    </style>

    This code will change all the links on your CSS code.

    Now what does a:link, a:visited, a:hover and a:active mean? They are really easy here they are below.

    a:link unvisited link
    a:visited visited link
    a:hover mouse over link
    a:active selected link

    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]

    Similar topics

    -

    » Remove Line Under Link

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