Announcement

Collapse
No announcement yet.

How can I move Items & Value next to each other?

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

    How can I move Items & Value next to each other?

    I would like my shopping basket to display Items and Value on the same line rather than on two sperate lines. Can this be done?

    Thanks

    #2
    Just to expand!

    I want my shopping basket to look like: http://www.wealdentool.com/

    at the moment all the code for this is all placed to the bottom right of the page and consists of:

    NETQUOTEVAR:SIMPLESEARCH
    Shopping Basket


    <!--
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
    document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
    // -->




    NETQUOTEDEL:CAPTURECOUPON


    NETQUOTEVAR:COUPONTITLE

    NETQUOTEVAR:COUPONMESSAGE







    NETQUOTEDEL:CAPTURECOUPON

    Comment


      #3
      Just remove the <BR> fragment from the example you posted above.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X