Blue line/border around images

General ShopSite user discussion

Blue line/border around images

Postby Liver Kid » Wed Mar 29, 2006 8:45 am

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
Liver Kid
 

Re: Blue line/border around images

Postby Jim » Wed Mar 29, 2006 9:26 am

Add a border="0" along with the width="100" height="20" in the url.

Note you also have the problem on the "click for prices" buttons.

Jim

Liver Kid wrote:
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

Jim
 

Re: Blue line/border around images

Postby Brandon Eley » Wed Mar 29, 2006 9:27 pm

You could also just add a simple line to your stylesheet or header of
the page that would do the same for all images:

<style type="text/css">
img {border: 0;}
</style>

If you're pasting into an existing stylesheet leave out the top and
bottom lines, otherwise paste the entire thing into the head section of
the template/page and it'll resolve for all images in links.

Brandon Eley
*********************
EleyTech Web Development
207 N. Lewis Street, Suite E
LaGrange, Georgia 30240
*********************
brandon@eleytech.com
www.eleytech.com
Phone: (706) 883-7078
Mobile: (706) 668-0174
Toll-Free: 1-800-682-2550

Jim wrote:
Add a border="0" along with the width="100" height="20" in the url.

Note you also have the problem on the "click for prices" buttons.

Jim

Liver Kid wrote:
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

Brandon Eley
 

Re: Blue line/border around images

Postby Liver Kid » Wed Mar 29, 2006 9:37 pm

Jim,

The "border="0" solved the problem. I knew I had the same issue with the
click for prices buttons, but also knew it would be the same solution so
didn;t mention it, but thanks for the heads up.

"Jim" <jstavast@xmission.com> wrote in message
news:e0e8r3$nvc$1@eval.shopsite.com...
Add a border="0" along with the width="100" height="20" in the url.

Note you also have the problem on the "click for prices" buttons.

Jim

Liver Kid wrote:
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
Liver Kid
 


Return to User Forum

Who is online

Users browsing this forum: No registered users and 182 guests