Here is a current page I am working on I would like to change the color of the borders on my image links but cant seem to figure it out on my own. I'm sure its something easy that I am messing up. To do this with text, i would use something like this.
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #D00000;
}
a:active {
color: #000000;
} Can anyone help point me in the right direction? thanks