The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
Blue box around image links
Author Message
Reply with quote
Post Blue box around image links 
Hello,

I am working on my store layout in my productPage.inc file. The problem I am having is setting the border to "0" around the agora generated images (%%image%%) that link to the product pages. There is a blue box around all my image links showing that its a link. Is there any way to remove this?? Here is line I'm working with.

<a href="%%scripturl%%?cart_id=&amp;p_id=%%ProductID%%&amp;xm=on&amp;ppinc=search2" >%%image%%</a>

Jeremy

View user's profile Send private message
Reply with quote
Post  
Jeremy,
What is the URL to your store?


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
I am still in the process of creating the store. Here is a link to an example of the problem.
The bridal gowns link on the left is also active.
Thanks

http://www.lavenderbridalsalon.com/store/agora.cgi?product=bridal

Jeremy

View user's profile Send private message
Reply with quote
Post  
Jeremy,
Some things I am seeing is that you have info in the wrong places.
Namely, in your header file:
Code:
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>

AND ALL INSTANCES OF
Code:

<link rel="stylesheet" type="text/css" href="http://www.lavenderbridalsalon.com/store/html/nav/CSS_LavenderBridal.css" />


The CSS files are supposed to be placed within the manager's CSS settings and there is a place to put your stylesheet link in the CSS Settings area of the manager, as well.

Now, As for the image and betting the border="0" on it...
There is a setting in the agora.setup.db file.
However, instead of editing the file directly, you can use the Free Form Logic in the manager and put the following in the 2nd box:
Code:
$sc_image_string_template = '<img src="%%URLofImages%%/%%image%%" alt="%%image%%" border="0">';


HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum