C charmaine b New member May 20, 2009 #1 ...external CSS? My linked (<a href>) images have a border and are in an html file. How do I change the color of the border with an external CSS?
...external CSS? My linked (<a href>) images have a border and are in an html file. How do I change the color of the border with an external CSS?
J Joey New member May 20, 2009 #2 If you wish to change the border color use: img{ border: #000 /*or any other hex code for color*/ } to remove: img{ border:none; }
If you wish to change the border color use: img{ border: #000 /*or any other hex code for color*/ } to remove: img{ border:none; }