Wed, 2003-03-26 14:35
Hi,
Is there a way to specify image border color in CSS?
Thank you
Wed, 2003-03-26 16:45
#1
image border color
Off the top of my head...
IMG.stylename { border: 1pt solid blue; }
then...
<IMG class=stylename src="blah">