PDA

View Full Version : Changing color of a custom navbar link?


pythonimp
09-29-2009, 03:08 PM
So I added a "Donate" link in the nav bar to redirect to "Paid Subscription" page, but the link for the navbar is white like the rest.

I want to change the LINK in the navbar to a different color than all the others.


Here is the code i have now for the new button link in the navbar
<td class="vbmenu_control"><a href="http://blackhatpalace.com/payments.php">BECOME VIP</a></td>

Now I'd like to change that link to the color of bright green, or bright red.

Any suggestions?

Thanks guys

theFM
09-29-2009, 03:11 PM
<td class="vbmenu_control"><a href="http://blackhatpalace.com/payments.php"><font color="red">BECOME VIP</font color></a></td>

Add this
this will make the Become VIP Red in color