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
using space on the right hand side
Author Message
Reply with quote
Post using space on the right hand side 
Hello,

I would like to use the space on the right hand side of my index.html page. I have typed in the following <right> but it doesnt go over to that side.
When editing, do I use a different page or am I doing somehting wrong?

thanks,
Georgia

View user's profile Send private message
Reply with quote
Post  
are you talking about three columns? left nav, content and right nav?
d

Reply with quote
Post  
Hello Dan,

Im not too sure what you mean.

On my index page I have the shopping catergories on the left, stuff about my website in the middle and then there is this space on the right that I would like to use.
Am I making sense?

Georgia

View user's profile Send private message
Reply with quote
Post  
Georgia,
You're talking about the edge of the website.
Some browsers might not be a wide as yours and therefore have more or less "whitespace" than you see.
One thing that could be done, would to be to widen your page to use 100% and widen the product area.

Another thing is to center the page by adding the following to the beginning of the header file:
Code:
<div align="center"><center><table><tr><td>


And the following at the end of the footer file:
Code:
</td></tr></table></center></div>


On a side note, your header images are being called based on where they are on your local computer and not on the server. You need to change this. This is what I am seeing in the source code of the page:
C:/Documents and Settings/Georgia/My Documents/My Webs/logo4_files/image001.gif

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
Reply with quote
Post  
Bonnie,

Quote:
On a side note, your header images are being called based on where they are on your local computer and not on the server. You need to change this. This is what I am seeing in the source code of the page:
C:/Documents and Settings/Georgia/My Documents/My Webs/logo4_files/image001.gif


I am currently looking through the forum to find and answer for this problem! My images arent coming up at my welcome page or store front.

I will have a go at centering my page.

Thanks for your help,
Georgia

View user's profile Send private message
Reply with quote
Post  
Georgia,
You need to change the image's URL to match the URL on your server for the image.
After all, no one has access to your local computer to view those images, they need to reside on the server.

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
Reply with quote
Post  
Hello Bonnie,

I am putting this in and still get the red cross <img src="public_html/store/html/images/myimage.jpg" width="160" height="120" border="0" alt="">

georgia

View user's profile Send private message
Reply with quote
Post  
Georgia,
You can't use the absolute path.
Try this:
<img src="html/images/myimage.jpg" width="160" height="120" border="0" alt="">

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
Reply with quote
Post  
Bonnie thank you so much for your help. That path you gave me worked. Only problem I have now is that my images are not coming up on my homepage which is www.QueerNQuirkee.com.au

View user's profile Send private message
Reply with quote
Post  
Georgia,
You have the same problem happening there, too.
Fix the URLs. You might want to check all of your web pages for the same issue.

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
Reply with quote
Post  
Bonnie,

Could the problem be that my welcome page is located outside the store? Its in the public_html directory.
I have changed all the urls and they are working on all my other pages but the welcome page.

georgia

View user's profile Send private message
Reply with quote
Post  
Georgia,
Well, where on the server are the images for your site's front page?
The same as the store?
If so, then just change the URL as follows:
store/html/images/myimage.jpg

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
Reply with quote
Post  
Bonnie I think we have lift off!!!
I feel like such a dodo for not figuring it out. I thank you very muchly for your help.

georgia

View user's profile Send private message
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