<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : lining up products</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : lining up products]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 19:13:32 +0000</pubDate>
  <lastBuildDate>Tue, 29 Jul 2008 03:04:49 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=1844</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[lining up products : Thanks, that worked great. I thought...]]></title>
   <link>https://forum.productcart.com/lining-up-products_topic1844_post6190.html#6190</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=610">alltp</a><br /><strong>Subject:</strong> 1844<br /><strong>Posted:</strong> 29-July-2008 at 3:04am<br /><br />Thanks, that worked great.&nbsp; I thought it would make everything align to the top, but it aligned by the text.&nbsp; What I mean is that if the picture was shorter than a standard image, it would not start at the top.&nbsp; All in all a nice improvement.<DIV></DIV>]]>
   </description>
   <pubDate>Tue, 29 Jul 2008 03:04:49 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/lining-up-products_topic1844_post6190.html#6190</guid>
  </item> 
  <item>
   <title><![CDATA[lining up products : If you want to tidy up the search...]]></title>
   <link>https://forum.productcart.com/lining-up-products_topic1844_post6185.html#6185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=51">Planetlava_com</a><br /><strong>Subject:</strong> 1844<br /><strong>Posted:</strong> 28-July-2008 at 6:41pm<br /><br />If you want to tidy up the search results also...<DIV>&nbsp;</DIV><DIV>around line 789 in <EM>pc/showsearchresults.asp</EM></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Look For</DIV><DIV><strong><FONT color=#666666>' FIRST STYLE - Show products horizontally, with images<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if pcPageStyle = "h" then&nbsp;%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!--#include file="pcShowProductH.asp" --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;&lt;% i=i + 1</FONT></strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>Replace with...</DIV><DIV><strong><FONT color=#666666>' FIRST STYLE - Show products horizontally, with images<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if pcPageStyle = "h" then&nbsp;%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td <FONT color=#990000>valign="top"</FONT>&gt; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!--#include file="pcShowProductH.asp" --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;&lt;% i=i + 1</FONT></strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>Remeber to backup...</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Tbone</DIV><DIV><strong></strong>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 28 Jul 2008 18:41:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/lining-up-products_topic1844_post6185.html#6185</guid>
  </item> 
  <item>
   <title><![CDATA[lining up products : Around Line 816 in pc/viewcategories.asp...]]></title>
   <link>https://forum.productcart.com/lining-up-products_topic1844_post6184.html#6184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=51">Planetlava_com</a><br /><strong>Subject:</strong> 1844<br /><strong>Posted:</strong> 28-July-2008 at 6:26pm<br /><br />Around Line 816 in <EM>pc/viewcategories.asp</EM> <DIV>&nbsp;</DIV><DIV>find the following...</DIV><DIV>&nbsp;</DIV><DIV><strong><FONT color=#666666>' FIRST STYLE - Show products horizontally, with images<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if pcPageStyle = "h" then %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!--#include file="pcShowProductH.asp" --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;</FONT></strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>Replace with...</DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong><FONT color=#666666>' FIRST STYLE - Show products horizontally, with images<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if pcPageStyle = "h" then %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td <FONT color=#990000>valign="top"</FONT>&gt; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!--#include file="pcShowProductH.asp" --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;</FONT></strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>Always remember to back up your files before tinkering...</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Tbone</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 28 Jul 2008 18:26:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/lining-up-products_topic1844_post6184.html#6184</guid>
  </item> 
  <item>
   <title><![CDATA[lining up products : our products have different description...]]></title>
   <link>https://forum.productcart.com/lining-up-products_topic1844_post6155.html#6155</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=610">alltp</a><br /><strong>Subject:</strong> 1844<br /><strong>Posted:</strong> 23-July-2008 at 10:08am<br /><br />our products have different description lengths and in the store they are center justified vertically.&nbsp; How can I set them to be "top justified" so that products line up more neatly?<DIV>&nbsp;</DIV><DIV>Here is an example: <a href="http://www.alltp.com/shop/pc/viewCategories.asp?idCategory=62" target="_blank">http://www.alltp.com/shop/pc/viewCategories.asp?idCategory=62</A></DIV><DIV>&nbsp;</DIV><DIV>Because the first product has a two line description, everything is misaligned.</DIV><DIV>&nbsp;</DIV><DIV>John</DIV><DIV><a href="http://www.alltp.com" target="_blank">www.alltp.com</A></DIV><DIV><a href="http://www.tabletpcbuzz.com" target="_blank">www.tabletpcbuzz.com</A></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 23 Jul 2008 10:08:21 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/lining-up-products_topic1844_post6155.html#6155</guid>
  </item> 
 </channel>
</rss>