Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / adding border to images, not logo

adding border to images, not logo

Locked

Views: 940

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
17 Dec 2008, 11:24 PM
#1
leavellwd avatar

leavellwd

New Zenner

Join Date:
Nov 2008
Posts:
25
Plugin Contributions:
0

adding border to images, not logo

I am trying to add a logo to the images in the css style sheet via,

a img {border: 1px; }

When I do this, it adds a border around my logo as well, how would I get around this issue.

My client wants a border around only her product images.

Thanks in advance

18 Dec 2008, 1:20 PM
#2
steve_1 avatar

steve_1

Zen Follower

Join Date:
Sep 2008
Location:
London UK
Posts:
100
Plugin Contributions:
0

Re: adding border to images, not logo

probably because the logo has a link in it as well ... maybe in template give the logo a 'class' and then in css add at bottom

a: myclass image {border:0;}