Help me with this 20 second problem

Discussion in 'HTML & Website Design' started by John M, Jun 20, 2009.

  1. #1
    I havent been messi'n around with CSS and HTML for 2-3 years.
    My problem is that the link is not in Verdana, it is in times new roman. I don't know whats wrong.


    The class:



    This is the code for the link:
    
    
    <STYLE TYPE="text/css">
    <!--
     
     a.classlink:link { font: Verdana; color: white; text-decoration: none; size: 11 }
     a.classlink:visited { font: Verdana; color: white; text-decoration: none; size: 11 }
     a.classlink:hover { font: Verdana; color: white; text-decoration: none; size: 11 }
     a.classlink:active { font: Verdana; color: white; text-decoration: none; size: 11 }
    
    -->
    </STYLE>
    HTML:

    a class="classlink" href="#" >Contact</a>
    HTML:
     
    John M, Jun 20, 2009 IP
  2. Blindkilla

    Blindkilla Active Member

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    80
    #2
    Instead of

    
    font: Verdena;
    
    Code (markup):
    use

    
    font-family: Verdena;
    
    Code (markup):
     
    Blindkilla, Jun 20, 2009 IP
  3. bucs

    bucs Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    and of
    use
     
    bucs, Jun 21, 2009 IP
  4. HorseGalleria

    HorseGalleria Peon

    Messages:
    91
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    HorseGalleria, Jun 21, 2009 IP