Dear All
when i specify the add to basket image on my product template actinic generates the following code.
<Actinic:ACTIONS>
<P CLASS="actxsmall"> <Actinic:PRICE_EXPLANATION PROD_REF="12" COMPONENTID=0></Actinic:PRICE_EXPLANATION></P>
<INPUT TYPE="HIDDEN" NAME="v_12_0" VALUE="on">
<BR>
<INPUT TYPE="IMAGE" NAME="_12" SRC="../button_add.gif" HEIGHT="39" WIDTH="75" ONMOUSEOVER="src='button_add_hi.gif' " ONMOUSEOUT="src='../button_add.gif' " ALT="Add To Cart" > </Actinic:ACTIONS>
Problem? The <p> and <br> tags are upsetting my design.
Do you know where i can locate the code for 'Actinic:PRICE_EXPLANATION' (and (btw) tell me what function its performing here? Likewise I can't find the <BR> tag anywhere either.
Ican't find either in Act_CartButtonImage.html
Any help would be great!
Thanks
Pete
when i specify the add to basket image on my product template actinic generates the following code.
<Actinic:ACTIONS>
<P CLASS="actxsmall"> <Actinic:PRICE_EXPLANATION PROD_REF="12" COMPONENTID=0></Actinic:PRICE_EXPLANATION></P>
<INPUT TYPE="HIDDEN" NAME="v_12_0" VALUE="on">
<BR>
<INPUT TYPE="IMAGE" NAME="_12" SRC="../button_add.gif" HEIGHT="39" WIDTH="75" ONMOUSEOVER="src='button_add_hi.gif' " ONMOUSEOUT="src='../button_add.gif' " ALT="Add To Cart" > </Actinic:ACTIONS>
Problem? The <p> and <br> tags are upsetting my design.
Do you know where i can locate the code for 'Actinic:PRICE_EXPLANATION' (and (btw) tell me what function its performing here? Likewise I can't find the <BR> tag anywhere either.
Ican't find either in Act_CartButtonImage.html
Any help would be great!
Thanks
Pete
Comment