Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-19-2003 09:47:35

altmedic
Member
Registered: 11-07-2002
Posts: 346

Product Display Problem

My product displays will not align left.  Both the category display and search display do the same thing.  An identical site using CCP5 does not have this problem.  I have looked in all of the product display elements, in the search result elements, and there are no HTML <CENTER> tags.  Here is the source code of the search result, accessed from a cgi page:

<IMG SRC="http://www.healthpartnersaffiliates.com/ccp51/media/images/store/head_schres.gif" WIDTH="470" HEIGHT="28" BORDER="0"><BR><CENTER>
<TABLE WIDTH="600" COLS="2" CELLSPACING="5">
<TR>
<TD VALIGN="TOP" WIDTH="50%"><FONT FACE="VERDANA, ARIAL, HELVETICA" SIZE="1" COLOR="000000">
<FORM METHOD="POST" ACTION="http://www.healthpartnersaffiliates.com/cgi-bin/ccp51/cp-app.cgi">
..........
..........
</FORM>
</FONT></TD>
</TR>
</TABLE>
</CENTER>

Notice that the search results image aligns left in the content area, but there is a <CENTER> tag just after the image that causes the product displays that follow to be aligned in the center.  The </CENTER> tag is at the end of the form script.  This seems to say that the tags are in the script itself, and not the elements.  Also, my ste_layout html is custom designed, and all of the HTML tags are in lower case.  Nick does all of the tags in upper case.

Anybody know which script runs the product display?  I would like to look at it.  Any insight into this problem would be greatly appreciated.   smile

Offline

 

#2 09-19-2003 12:22:36

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Re: Product Display Problem

Do you have the Global Setting/Manage HTML settings all the way at the bottom: HTML Page Justification set to center or leftor right?


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#3 09-19-2003 12:45:46

altmedic
Member
Registered: 11-07-2002
Posts: 346

Re: Product Display Problem

Its set left.   You think it could be in the script itself?

Offline

 

#4 09-19-2003 12:50:19

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Re: Product Display Problem

send me the ste_layout.txt file and let me see what might be causing it.


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#5 09-20-2003 11:38:56

altmedic
Member
Registered: 11-07-2002
Posts: 346

Re: Product Display Problem

Thanks to EagleWolf for fixing this problem.  I appreciate his and others help in getting my problems solved. 

I chuckle when I see myself listed in the forum as a "techie".  Truth is, I don't have a clue and just ask ten times more questions than anyone else.  Thanks again to the generosity of people on the forum.   smile 

Offline

 

#6 09-20-2003 11:46:09

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Re: Product Display Problem

Not a problem, glad I could help. Asking questions is how we all got to know more about ccp, even me. We make mistakes and work to fix them, or we have something we want to do and we work to find out how. Trial and Error. 


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#7 12-18-2005 22:48:38

kdonegan
Member
Registered: 08-24-2005
Posts: 35

Re: Product Display Problem

I have the same problem.  The table in which I inserted my store is set to align left (ste_layout.txt file).  And my settings in the Global Setting/Manage HTML settings is set to align left. Yet, my entire store is centered.   

Offline

 

#8 12-19-2005 08:28:01

dtwg
Member
From: California
Registered: 11-15-2004
Posts: 1339
Website

Re: Product Display Problem

1) It really helps us troubleshoot the problem if we can actually see the page in question. Please post a link.

2) You can try backing up your ste_prod.pl, then edit it and in the sub ste_prod_show remove the <CENTER> and </CENTER> tags. FTP in ASCII mode. CHMOD to 755 if needed.

HTH,

Dave

Offline

 

Board footer