coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: ir803 on June 06, 2006, 12:23:32 AM

Title: thumbnail and image borders
Post by: ir803 on June 06, 2006, 12:23:32 AM
is there anyway of coding a border to the thumbnails and preview images??
Title: Re: thumbnail and image borders
Post by: Stramm on June 06, 2006, 12:39:48 AM
a lot of themes already use borders for thumbs
what theme do you use?

edit: I've just seen you use Kubrick

try that in the css

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
}
Title: Re: thumbnail and image borders
Post by: ir803 on June 06, 2006, 12:55:51 AM
man you are a legend, it was so simple, I'm afraid I'm still learning my CSS.
cheers, it looks much better now.