Announcement

Collapse
No announcement yet.

quantity checkbox and extra <br>

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    quantity checkbox and extra <br>

    I have just changed my quantity input box to a checkbox from a thread in the forum.....now i seem to have an extra <br> tag somewhere...ive hidden everything else possible and it is with the quantity somewhere.

    the source code shows it here

    <Actinic:SECTION BLOB="A0000.cat"/> <tr><td width="49%" align="left" valign="TOP" bgcolor="#7a7a7a" style="padding:1px"><h5 class="white">Module 1</h5> <SPAN CLASS="actrequiredcolor"><BR>qty</SPAN> <INPUT TYPE=checkbox NAME="Q_MODULE1" VALUE="1" UNCHECKED="unchecked" style="checkbox"> <Actinic:PRICE_EXPLANATION PROD_REF="MODULE1" COMPONENTID=-1>

    i cant seem to find this span tag or the <br> tag.....ive checked the quantity design text 166 and the checkbox 2173....whereelse could it be ??

    #2
    have you checked the product layout for the pages where this is happening? Its 99% sure to be in one of the nested layouts.

    Comment


      #3
      Hi yes, the product template im using only has one table cell and is all netquotevars, im 100% it is not in the product template, as it has an actrequiredcolor style applied to it it must be coming from actinic.

      but the <SPAN CLASS="actrequiredcolor"><BR>qty</SPAN>

      the qty is what i have specified in design text 166

      in my product template i tested by putting

      111 NETQUOTEVAR:TEMPLATEBEGINXML 222 NETQUOTEVAR:PRODUCTQUANTITY

      and the 111 seems to show before the <SPAN CLASS="actrequiredcolor"><BR>qty</SPAN>

      so i just cant figure out where it could be coming from.

      Comment


        #4
        It is worth going through all the design text searching for <BR> and adding <BR 1>, <BR 2>, <BR 3> etc to help track rogue <BR> that are not in the templates


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          yeah looks like i mite have to i think.....its just strange because ive never had that problem before...usually i can find them easily enough...i was wondering whether it was a margin or something extra being used because i had changed the input to a checkbox.

          Comment


            #6
            Hi just thought id post back...i went through each <br> in design text and it seems that it was either

            2220
            2278
            2282

            that was creating the extra break, as for the span tag.....no idea...but it aint affecting it so just gona leave it.

            Comment

            Working...
            X