Green borders
To 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;
}
To 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;
}
December 14th, 2005 at 12:04 am
can you change the size of the borders too?