vote up 0 vote down star

Hi, currently I am trying to make the following a button on my wordpress blog its a automatic link that gets that class whenever its posted but I just can't seem to make it work.

<div class="kpg-title">
<a href="/recentphotos/?album=Photosagain">photosagain</a>
</div>

This is the link to the CSS

Any help would be greatly appreaciated I am trying to use these buttons

flag

64% accept rate
2  
What's not working about it? What does it currently do? – Ian Elliott Jul 7 at 20:14
A link to an example would help... – ceejayoz Jul 7 at 20:20

1 Answer

vote up 0 vote down check

There are only 2 styles in the CSS that affect the mark up. Neither of them are going to create the effect you are looking for. Check your class name.

table#kpg-albums td div.kpg-title a {
    font-weight: bold;
}

div#kpg-album-description div#kpg-title {
    font-weight: normal;

}
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.