
Mar 23rd, 2008, 07:46
|
 |
Resources Administrator
|
|
Join Date: May 2007
Location: Cornwall, England
Posts: 1,280
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
|