I'm having a problem removing the blue border from around certain images on
my site. On this page:
http://ctadbgear.com/shopsite_sc/store/ ... stime.html
scroll down and look at the "Add To Cart" button. See the blue border, that
is what we are trying to eliminate.
According to Shop Site Manager 7.1 on-line manual...
=====
How do I get rid of the border around images?
Go to the Images section of ShopSite and select the images in the list, then
click Reset Image Attributes. That will cause ShopSite to apply a standard
set of attributes to the images, and one of those attributes removes the
border.
=====
I've done that and it hasn't affected the image at all. To make sure my
source code is right, I looked at the Shop Site backroom "Images" "Hosting"
and scrolled to where I saw this:
ShopSite Images URL:
http://ctadbgear.com/shopsite_sc/shoppi ... ssm_images
Using that as the guide, I have this code on my custom template:
<a href="[-- PRODUCT.AddToCartURL --]"><img
src="http://ctadbgear.com/shopsite_sc/shopping_cart/ssm_images/add_to_cart.jpg"
width="100" height="20"></a>
What am I doing wrong?
Thanks