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
misalignment after switching product pages
Author Message
Reply with quote
Post misalignment after switching product pages 
I have set a default product page to my store layout (with changes to product 4a). It is not easy to explain my prob but I will try to explain it step by step. The 2 misalignments are the same prob.
My website is http://www.nadioki.per.sg/store

Misalignment 1
1) Click on apparels, there will be 8 images of products.
2) Click on 'view info' link on 1st product and you will jump to the info page. On the left menu panel, the background shifted to the right.

Misalignment 2
Type in 'denim' in the product search on the left hand menu bar (blue box) and the search results page is misaligned.

I have set the TD of my left menu panel to width="xx" and height="100%" in the store header.inc
Has it anything to do with this?


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
hell-o
i bet you're trying hard. it is tough at times.

your page width is 765
your left nav is 154
this leaves 611 for the content area.
you have
<TD WIDTH="620" valign=top>
then your store manager>layout is set to 550
set the td width to 611 then set the layout in the manager to 608 or so. you can try 611 but sometimes it's best to go a few pixels less.

your search should be contained in the same table as the nav. if you need to nest the table then end the nav td, end the row, begin a new row, begin a new td then start your table for the search maintaining the width. for example...

<td><img src="divider_hblue.gif" </td>
<td class="menu"><a href="agora.cgi?product=Toys&ppinc=4a"><span class="menu">Toys</span></a></td>
</tr>
<tr>
<td width="154" align="center">
<br>
<img src="divider_white.gif"><br>
<img src="header_gift.gif"><br>
<br>
<table width="154" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="bottom" align="center" height="30">
****search form******
</td>
<td valign="top" align="center" height="30">
<input TYPE="image" NAME="search_request_button4" src="/images/store/but_search2.gif" alt="" height="26" width="22" border="0"></td>
</tr>
</form>
</table></td>
</tr>
</table></TD>
<TD WIDTH="611" valign=top>

something like that. stuff was shortened for clarity.

then you have </body> after the end header comment. this needs to be removed.

you need to remove this from the footer or wherever you have it. it is already in the head tag...

<LINK REL=stylesheet HREF="http://www.nadioki.per.sg/store/style.css" TYPE="text/css">

you have this as a transition from the ppinc to the footer...

</TABLE></CENTER>

<LINK REL=stylesheet HREF="http://www.nadioki.per.sg/store/style.css" TYPE="text/css">
<tr>

notice you are missing the </td></tr> should be...

</TABLE></CENTER>
<--BEGIN STORE FOOTER-->
</td>
</tr>
<tr>
after the css is removed.

that should get you close and clean up misc. errors.
regards,
dan

Reply with quote
Post  
Hey! That works!
Thanks! Very Happy


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
hell-o
excellant! and yw.
regards,
dan

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