How can I remove the border from link images?

akohl's picture

They have: 117 posts

Joined: Feb 2001

I have an annoying reddish border around my next/previous link images.
How can I remove them?

Thanks in advance!

I've got the following link on a page;
next

The style sheet looks like this;

A:link
{
COLOR: mediumblue;
TEXT-DECORATION: none
}
A:visited
{
COLOR: darkblue;
TEXT-DECORATION: none
}
A:active
{
COLOR: royalblue;
TEXT-DECORATION: underline
}

Andy Kohlenberg
Jerusalem, Israel

mjames's picture

They have: 2,064 posts

Joined: Dec 1999

Sure.
<IMG SRC='../images/fingeron.gif' ALT='next' border="0">'

akohl's picture

They have: 117 posts

Joined: Feb 2001

That works! I can't believe I didn't know that.
Thanks Marc for the speedy reply.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.