Hi all,
I'm a complete noob when it comes to CSS. Hoping for some help here.
I've got a box with a few hyperlinks that I want to change the color on. Here's the coding that I'm using:
<div class="box">
<left>My Other Sites</left>
<left> <a href="http://www.myotherwebsite.net">Basketball Quotes</a></left>
<left> <a href="http://www.my next website.net">Football Quotes</a></left>
</div>
My question is this: How do I change those links to show as blue? Currently they're gray.
Thanks in advance for your time.