thumbnail and image borders thumbnail and image borders
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

thumbnail and image borders

Started by ir803, June 06, 2006, 12:23:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ir803

is there anyway of coding a border to the thumbnails and preview images??

Stramm

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;
}

ir803

man you are a legend, it was so simple, I'm afraid I'm still learning my CSS.
cheers, it looks much better now.