Hi! In my gallery (here (http://www.dave-annable.org/gallery/index.php?cat=25)) 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.
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.
now I feel stupid LOL
thanks for that, I should have thought of it myself :) it works now. thanks again :D