You could try something with the CSS.
I just did this option:-
And I get a light blue frame around the main pic, 5 pixels thick.PHP Code:#productMainImage {
border-left: 5px solid #a2f4f7;
border-top: 5px solid #a2f4f7;
border-right: 5px solid #a2f4f7;
border-bottom: 5px solid #a2f4f7;
}
I'm not sure what css you would use to insert BG images - you can't use the "border" instruction.



