is there anyway of coding a border to the thumbnails and preview images??
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;
}
man you are a legend, it was so simple, I'm afraid I'm still learning my CSS.
cheers, it looks much better now.