View Full Version : Image Border
The Wizzard
10-26-2002, 04:48 AM
How do I change the border color of my linked images from blue to black, using CSS.
Thanks
:o Feel like a newbie asking this simple question :o
Try the following
<img src="pic.gif" width=100 height=100 style="border:2 solid black">
Zvona
10-26-2002, 04:41 PM
Originally posted by Mr J
Try the following
<img src="pic.gif" width=100 height=100 style="border:2 solid black">
In addition :
<img src="pic.gif" alt="A picture about me" title="This is me" style="width:100px;height:100px;border:2px solid #000000;">
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.