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
Layout issues - can't get it to do what I want
Author Message
Reply with quote
Post Layout issues - can't get it to do what I want 
I can't get my product display table to go the the left. I found the area I need to change I just don't know where to change it. Below is the code which I need to change. I can get the header, the product template and the footer but this seems to be somewhere between the header and the main body and I can't get it. Like an itch in the middle of my back - I can't reach. It's driving me nuts!

I need to change the first <!--END HEADER TABLE--><CENTER>of the code below to <Left> . Where do I change this

Example:
[code]<!--END HEADER TABLE--> <CENTER> <TABLE BORDER=0 WIDTH=650><TR><TD COLSPAN=3><CENTER><FONT FACE="Arial" SIZE=2 COLOR=a52a2a>Thank you, your selection has been added to your order.</FONT></CENTER></TD></TR><tr><td colspan=3><table width="500" border=1>[/code] Mad

View user's profile Send private message
Reply with quote
Post  


View user's profile Send private message
Reply with quote
Post RE: ppinc alignment 
hell-o
i can't remember where the center tag is. probably in the library/agora.html.pl file.
but it's always a good idea to nest the ppinc between the header and footer for control.
try this...
at the bottom of your store header insert this:
<table border="0" cellpadding="0" cellspacing="0" width="749">
<tr>
<td valign=top align=left width="749">


then at the top of the footer plce this...

</td>
</tr>
</table>

be sure you don't mess up the table structure in the header. the last table tag befor the table you'll be inserting must be a <td> tag. if not then rework your header and footer do the header ends in <td> and the footer begins in </td>. then insert the suggested table structure above.
regards,
dan

Reply with quote
Post  
yea! Very Happy Very Happy Very Happy

Thanks!

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