View Single Post
  #2 (permalink)  
Old Mar 23rd, 2008, 07:46
Jack Franklin's Avatar
Jack Franklin Jack Franklin is offline
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,280
Blog Entries: 7
Thanks: 10
Thanked 4 Times in 4 Posts
Re: begginer's problem .. [wordpress template] One class ignored out of two

Code: Select all
<td width="42%" align="left" ><a class="categor"><?php the_category(', ') ?></a></td>
Try giving the td the class? Then use

Code: Select all
.categor a:link {
...
}

.categor a:visited {
...
}

.categor a:hover {
...
}

.categor a:active {
...
}
Or am I getting the wrong end of the stick?
__________________
Resources Administrator


Reply With Quote