: : Hi,
: :
: : How do I change the border color of images in html?
: :
: : thanks
: :
: If the border is part of the image, then the answer is simple: you cannot!
: If the border is part of the html code, then you can use CSS for that. See this link:
http://www.w3schools.com/css/css_border.asp
:
<img src="images/myimage.jpg" style="border:1px solid green" />
in stead of green you can also type in any predefined colorname, an RGB value like this rgb(0,255,0) or a hexadecimal value like #00FF00 (these last are used most often.)

-mac-
mailto:mac_doggie@hotmail.com
the Netherlands...