how can I define the border color of an image?

liunx

Guest
Thank you?<style type="text/css">
img{border:solid 1px #000;}
</style>
or
<img src=http://www.webdeveloper.com/forum/archive/index.php/"img.jpg" style="border:solid 1px #000;">
 
Back
Top