<?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 : New Div in ConfigurePrdCode.asp not behaving.</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing BTO : New Div in ConfigurePrdCode.asp not behaving.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 19:02:29 +0000</pubDate>
  <lastBuildDate>Wed, 08 Aug 2012 17:58:33 +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=5246</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[New Div in ConfigurePrdCode.asp not behaving. : Yeah, frankly I can&amp;#039;t see...]]></title>
   <link>https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20073.html#20073</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5246<br /><strong>Posted:</strong> 08-August-2012 at 5:58pm<br /><br />Yeah, frankly I can't see the need for table structuring here at all. PC is way over the top in it's use of tables for layout, IMHO (though I get the use of them vs divs in a lot of places lest folks too easily blow up their layouts).<div><br></div><div>As for the monster looping in the source code generating these BTO config pages, yeah it's no piece of cake to follow. But at least there are the spacer rows to provide some orientation as to where one is in there.</div>]]>
   </description>
   <pubDate>Wed, 08 Aug 2012 17:58:33 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20073.html#20073</guid>
  </item> 
  <item>
   <title><![CDATA[New Div in ConfigurePrdCode.asp not behaving. : That&amp;#039;s what I was thinking...]]></title>
   <link>https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20072.html#20072</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2477">theone85ca</a><br /><strong>Subject:</strong> 5246<br /><strong>Posted:</strong> 08-August-2012 at 1:56pm<br /><br />That's what I was thinking too. I'm not even sure why its Tables in the first place!<br><br>The script for this page is a monster, I guess I'm collapsing everything here and doing some far bigger edits than I was hoping unless someone from EI can jump in and let me know whats happening here.<br>]]>
   </description>
   <pubDate>Wed, 08 Aug 2012 13:56:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20072.html#20072</guid>
  </item> 
  <item>
   <title><![CDATA[New Div in ConfigurePrdCode.asp not behaving. : Ok, now I see what you are trying...]]></title>
   <link>https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20071.html#20071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5246<br /><strong>Posted:</strong> 08-August-2012 at 1:51pm<br /><br />Ok, now I see what you are trying to do.<div><br></div><div>Frankly, the table structuring here seems silly to me. I haven't looked at the script producing the markup here, but I don't see any reason each radio button needs it's own row. I think what I would do here is to collapse all of these rows into one -- basically all of the rows between each spacer row could just be one row with one cell, maybe an H3 or something for the option group title.</div>]]>
   </description>
   <pubDate>Wed, 08 Aug 2012 13:51:44 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20071.html#20071</guid>
  </item> 
  <item>
   <title><![CDATA[New Div in ConfigurePrdCode.asp not behaving. : Hey Sean,Thanks for the reply....]]></title>
   <link>https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20069.html#20069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2477">theone85ca</a><br /><strong>Subject:</strong> 5246<br /><strong>Posted:</strong> 08-August-2012 at 1:20pm<br /><br />Hey Sean,<br><br>Thanks for the reply. I actually tried just editing the css of 'pcBTOsecondRow' however that element repeats for each individual option. What I'm basically trying to do is put a background image on each group of options. I believe, what you suggested would put this image behind each option within a group.<br><br>I actually tried wrapping each group of options in their own table but that doesn't work either.<br>]]>
   </description>
   <pubDate>Wed, 08 Aug 2012 13:20:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20069.html#20069</guid>
  </item> 
  <item>
   <title><![CDATA[New Div in ConfigurePrdCode.asp not behaving. : Taking a quick peek at the markup...]]></title>
   <link>https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20068.html#20068</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5246<br /><strong>Posted:</strong> 08-August-2012 at 1:14pm<br /><br />Taking a quick peek at the markup here, I'd say your problem is that you're wrapping this div around TR's. I didn't look at the CSS on this as, but I expect that whatever you're trying to accomplish here would work if you applied the class attribute to the TR's themselves -- something like:<div><table width="99%"><tr><td><pre class="BBcode"></div><div><span style="color: rgb136, 18, 128; font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; ">&lt;tr </span><span ="webkit--attribute-name" style="font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; ">class</span><span style="color: rgb136, 18, 128; font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; ">="</span><span style=": rgb251, 251, 253; ">pcBTOrow&nbsp;</span><span ="webkit--attribute-value" style="font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; ">pcBTOfirstRow"</span><span style="color: rgb136, 18, 128; font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; ">&gt;</span></div><div><font color="#881280" face="monospace" size="3"><span style="line-height: normal; white-space: pre-wrap; ">...</span></font></div><div><font color="#881280" face="monospace" size="3"><span style="line-height: normal; white-space: pre-wrap; ">&lt;/tr&gt;</span></font></div><div><font color="#881280" face="monospace" size="3"><span style="line-height: normal; white-space: pre-wrap;">...</span></font></div><div><span style="color: rgb136, 18, 128; font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; ">&lt;tr </span><span ="webkit--attribute-name" style="font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; ">class</span><span style="color: rgb136, 18, 128; font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; ">="</span><span style=": rgb251, 251, 253; ">pcBTOrow&nbsp;</span><span ="webkit--attribute-value" style="font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; "><span style="color: rgb26, 26, 166; ">pcBTOsecondRow</span>"</span><span style="color: rgb136, 18, 128; font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap; ">&gt;</span></div><div><font color="#881280" face="monospace" size="3"><span style="line-height: normal; white-space: pre-wrap; ">...</span></font></div><div><font color="#881280" face="monospace" size="3"><span style="line-height: normal; white-space: pre-wrap; ">&lt;/tr&gt;</span></font></div><br ="Apple-interchange-newline"><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Wed, 08 Aug 2012 13:14:15 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20068.html#20068</guid>
  </item> 
  <item>
   <title><![CDATA[New Div in ConfigurePrdCode.asp not behaving. : Hi all,Im hoping someone can help.I&amp;#039;ve...]]></title>
   <link>https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20064.html#20064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2477">theone85ca</a><br /><strong>Subject:</strong> 5246<br /><strong>Posted:</strong> 07-August-2012 at 9:11pm<br /><br />Hi all,<div><br></div><div>Im hoping someone can help.</div><div><br></div><div>I've added a new div to my ConfigurePrdCode.asp and it looks ok when you take a look at the rendered code. However, when it renders in the web browser it all of the BTO elements seem to render outside of it.</div><div><br></div><div>An example of what's happening can be seen here on my test site.</div><div><br></div><div><a href="http://in-exile.com/build/pc/c&#111;nfigurePrd.asp?idproduct=207" target="_blank" rel="nofollow">http://in-exile.com/build/pc/configurePrd.asp?idproduct=207</a></div><div><br></div><div>The element in question is &nbsp;&lt;div class="pcBTOrow"&gt;.</div><div><br></div><div>Any light someone can shed on this would be VERY appreciated.</div><div><br></div><div>Thanks</div>]]>
   </description>
   <pubDate>Tue, 07 Aug 2012 21:11:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/new-div-in-configureprdcode-asp-not-behaving_topic5246_post20064.html#20064</guid>
  </item> 
 </channel>
</rss>