I have having trouble getting the Add to Cart button to come up to the same line as the QTY box. What is the easiest way to make this happen?
I see the NETQUOTEVAR:PRODUCTQUANTITY and NETQUOTEVAR:ADDTOCARTBUTTON but there are no linebreaks or paragraph calls between them.
[ code ]
<td align="LEFT" colspan="3">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCT QUANTITY
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</ Actinic:ACTIONS>
</span>
[ /code ]
Thanks,
Jonathan
I see the NETQUOTEVAR:PRODUCTQUANTITY and NETQUOTEVAR:ADDTOCARTBUTTON but there are no linebreaks or paragraph calls between them.
[ code ]
<td align="LEFT" colspan="3">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCT QUANTITY
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</ Actinic:ACTIONS>
</span>
[ /code ]
Thanks,
Jonathan
Comment