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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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