Green borders
Tuesday, August 23rd, 2005To change the borders for the images; use this code in your style section:
.imgBorderOn {
border-color: red;
}
If you want to change what the default border color is; use this:
.imgBorder {
border-color: blue;
}
