Results 1 to 2 of 2

Thread: define alink, vlink, link in CSS?

  1. #1

    Thread Starter
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945

    define alink, vlink, link in CSS?

    Is there any way to define the link colors in a CSS file?
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  2. #2
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    Code:
    <style type="text/css">
    <!--
    a:link {
    	color: #003366;
    }
    a:visited {
    	color: #FF0000;
    }
    a:hover {
    	color: #0000FF;
    }
    a:active {
    	color: #00FFFF;
    }
    -->
    </style>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width