View Single Post
  #5 (permalink)  
Old Feb 16th, 2007, 11:57
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Trouble formatting vlink with css! Help!

Or if you REALLY wanted to keep the pseudo-classe, like Lchad said, you need to put a comma to separate them like this

Code: Select all
a:link, a:visited, a:hover, a:active, {
    color: #717d46;
    font: 8pt/8pt arial,sans-serif;
}
but Ryan's code is much better and much shorter
Reply With Quote