How can I remove the border from link images?
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;
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 posted this at 19:46 — 19th July 2001.
They have: 2,064 posts
Joined: Dec 1999
Sure.
<IMG SRC='../images/fingeron.gif' ALT='next' border="0">
'akohl posted this at 19:51 — 19th July 2001.
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.