link border colors, how to..? |
![]() ![]() |
link border colors, how to..? |
Aug 31 2005, 01:52 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Jun 2005 Member No: 154,323 |
if i put an image where i place the link so when ppl push the image they will eventualy get to lets say,a website and such, it always put this gray border around the image that i use for the link around it.
how can i get rid of that border or change its color? thanks xox |
|
|
|
Aug 31 2005, 07:42 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
CODE <style type="text/css">a:hover, a:link, a:visited{border: 000000 1px solid;}</style> change the 000000 to a different hex color code. |
|
|
|
Sep 1 2005, 02:58 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Jun 2005 Member No: 154,323 |
i did that at first place but it still frame it.
frustraing. |
|
|
|
Sep 1 2005, 04:28 PM
Post
#4
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Jun 2005 Member No: 155,506 |
<a href="linkage.html"><img src="whatever.jpg" border="0"></a>
Border tag goes with the image, not the link. Hope that helps. |
|
|
|
Sep 1 2005, 04:59 PM
Post
#5
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
oops. I misread; I thought you said just a link. Here's the one for an image.
CODE <style type="text/css">a:hover img, a:link img, a:visited img{border: 000000 1px solid;}</style> ^ to change the color (change 000000 to a different hex code color). CODE <style type="text/css">a:hover img, a:link img, a:visited img{border: ffffff 0px solid;}</style> ^ to remove. |
|
|
|
Sep 2 2005, 07:11 AM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Jun 2005 Member No: 154,323 |
done! thanks!
-close- |
|
|
|
![]() ![]() |