Announcement

Collapse
No announcement yet.

Closing up empty lines between several components

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

    Closing up empty lines between several components

    I have laid out several of my pages that have components to be selected. However it looks untidy as there are large spaces of blank lines. see:-
    Cylinders

    How do i Close up the blank lines Ideally I would like no empty lines between each. In the design options I have already selected "Use <BR> for paragraphs" and this doesnt seem to help.

    #2
    Your best bet is to edit the template that does the checkboxes - called Act_VariantCheckBox.html and can be found within your 'Site1' folder.

    Remove the <blockquote> tags to the template reads...

    <SPAN CLASS="actxsmall"><INPUT TYPE=CHECKBOX NAME="NETQUOTEVAR:CHECKBOXNAME" NETQUOTEVAR:CHECKSTATE>NETQUOTEVAR:CHECKBOXLABEL
    &nbsp;NETQUOTEVAR:PRICEEXPLANATION
    </SPAN>

    Comment


      #3
      Thanks Chris. Worked terrific. Looks very much neater. HOWEVER can you please help again!

      I have now tried to repeat the same changes to my pages where components have attributes. Please See REGULATORS
      I presume there is another template that deals with this. Once again the lines need to be closed up as on the page.Cylinders

      Comment


        #4
        closing up emptry lines between several components

        Originally posted by cdicken
        Your best bet is to edit the template that does the checkboxes - called Act_VariantCheckBox.html and can be found within your 'Site1' folder.

        Remove the <blockquote> tags to the template reads...

        <SPAN CLASS="actxsmall"><INPUT TYPE=CHECKBOX NAME="NETQUOTEVAR:CHECKBOXNAME" NETQUOTEVAR:CHECKSTATE>NETQUOTEVAR:CHECKBOXLABEL
        &nbsp;NETQUOTEVAR:PRICEEXPLANATION
        </SPAN>
        Hi Chris,

        I have components that also have attributes with them. Do I need to change anything else besides the above.

        Thanks
        Bonnie
        www.bonnies-gift-shop.com
        Unique Gifts & Home Decor
        Retail/Wholesale/Drop Shipping
        www.bonniesgifts.com
        Gift Baskets Gift Ideas Unique Gifts
        Retail/Drop Shipping

        Comment


          #5
          The technique above is only for checkboxes. To close up gaps between attributes you need to open Act_VariantComponentName.html and replace:

          <P CLASS="actxsmall">NETQUOTEVAR:COMPONENTNAME
          NETQUOTEVAR:PRICEEXPLANATION
          </P>

          with

          <span CLASS="actxsmall">NETQUOTEVAR:COMPONENTNAME
          NETQUOTEVAR:PRICEEXPLANATION
          </span>

          Comment


            #6
            closing up empty lines

            Hi Chris,

            Thanks, but still have a problem. Please take a look at
            www.agiftislove.com/acatalog/Feather_Rose_Bouquets.html

            This is happening with all products. I am using Clean layout # 4 with Quantity on Product Page.

            How do I close up the spaces from the More Info button down to the Colors Box?

            Thanks
            Bonnie
            www.bonnies-gift-shop.com
            Unique Gifts & Home Decor
            Retail/Wholesale/Drop Shipping
            www.bonniesgifts.com
            Gift Baskets Gift Ideas Unique Gifts
            Retail/Drop Shipping

            Comment

            Working...
            X