thumbnail borders thumbnail borders
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

thumbnail borders

Started by Bloom, August 12, 2007, 11:52:12 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Bloom

Hey, I was wondering how to add custom borders to thumbnails? I have tried. but instead it adds borders to ALL the images instead of just the image links, like the thumbnails. Here is an example of what I'm trying to do:

http://christian.fanlounge.org/gallery/displayimage.php?album=random&cat=0&pos=-880

see the way she's only got borders for the image links, but her header has no borders? That's what I'm trying to do, can anyone help please?

Nibbler

Apply whatever you want to the image class, not all img tags, ie.


.image {

}


instead of


img {

}


Note that css is all client side. If you see a site using css in a way you like you can always see exactly how they do it.

Bloom

It worked, thank you very much!