Jan 18, 2002 #1 dunskii Programmer Sep 14, 2001 107 AU Hi therre, just wondering how you change the colour of animages border thanks Dunskii
Jan 19, 2002 1 #2 spewn Programmer May 7, 2001 1,034 try this ** <img src='yourimage.gif' width=15 height=15 style='border-color:red;'> ** you can use also... border-left: (or right,top,bottom) border-width: (border-left-width,right-width,etc.) border-style: (dotted,dashed,solid,double,groove,ridge,inset,outset) -spewn Upvote 0 Downvote
try this ** <img src='yourimage.gif' width=15 height=15 style='border-color:red;'> ** you can use also... border-left: (or right,top,bottom) border-width: (border-left-width,right-width,etc.) border-style: (dotted,dashed,solid,double,groove,ridge,inset,outset) -spewn