[Solved]: get rid of spacer [Solved]: get rid of spacer
 

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

[Solved]: get rid of spacer

Started by lostemilie, January 19, 2009, 07:14:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lostemilie

Hi! In my gallery (here) I added a border to all images via css but now I also have a border around the spacer.gif. Can anyone tell me how to get rid of it? I already deleted the spacer from the index file but still it´s there.

Nibbler

Instead of using

.image {

use

a .image {

with a space between the a and .image. That should apply the border to only images that are links and therefore not the spacer.gif.

lostemilie

now I feel stupid LOL
thanks for that, I should have thought of it myself :) it works now. thanks again  :D