vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Change link Color In Post

[F] Change link Color In Post - Posted By CåñåÐå™ (canada) on 14th Mar 08 at 5:12am
Can i get a code to change the link color in post please . {Smile}

Re: Change link Color In Post - Posted By Michael (wrighty) on 14th Mar 08 at 7:42am
try this:

<style>
.post a {
    color: #ENTER COLOR HERE;
}
</style>

Re: Change link Color In Post - Posted By CåñåÐå™ (canada) on 14th Mar 08 at 10:00am
Bingo {Grin} thank you Wrighty it works perfect .

Re: Change link Color In Post - Posted By Michael (wrighty) on 14th Mar 08 at 5:19pm
{Grin}