Thread: Image borders
View Single Post
  #2  
Old 10-16-2010, 10:08 AM
 
Needlejig Needlejig is offline
 

Advanced Member
  
Join Date: Sep 2010
Posts: 84
 

Default Re: Image borders

add this to your CSS. You can change the style, color and width to whatever you like.

.product-details img {
border-style: solid;
border-color: #ff0000;
border-width: 1px;
}
__________________
4.4.1 <-- Live
X-payments <--not installed
Reply With Quote