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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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