Thread: Unwanted link border colors
Results 1 to 4 of 4
Related
-
Unwanted Border on JPEG using CSS Forum: CSS Forum
Replies: 13 -
Link colors Forum: CSS Forum
Replies: 7 -
Unwanted border outside table Forum: HTML Forum
Replies: 3 -
Help with text/link colors Forum: Graphics Forum
Replies: 10 -
Changing link colors in middle of page Forum: HTML Forum
Replies: 1
-
08-23-2005, 02:21 AM #1
Unwanted link border colors
I have an image which contains a link -
I need to remove the link/alink/vlink colors from around the edge, is this possible.?
(I cannot make the link color the same as the background as it is a multicolored wallpaper)..
Is there a <link=nocolor> tag anywhere..
thanxGlenvern
-
08-23-2005, 07:56 AM #2
Re: Unwanted link border colors
If you are using CSS you could just add
img {
border :0;
}
Dave
-
08-23-2005, 08:34 PM #3
Re: Unwanted link border colors
If your image link looks like this
Code:<a href="http://www.yoursite.com"><img src="http://www.yoursite.com/img.gif"></a>
Code:<a href="http://www.yoursite.com"><img border="0" src="http://www.yoursite.com/img.gif"></a>
-
09-01-2005, 09:17 AM #4
Re: Unwanted link border colors
Thank you - [img border=0 src="] worked perfectly...
Glenvern
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum