Hi all,
I want to be able to add an ALT tag to my buy button image, I have tried the following but the variables do not get converted when I preview the page ??? When I hover over the Buy Button the ALT tag displays the variable name rather than it's value.
<INPUT TYPE="IMAGE" SRC="NETQUOTEVAR:BUTTONIMG" NAME="NETQUOTEVAR:BUTTONNAME"
WIDTH="NETQUOTEVAR:IMAGEWIDTH" HEIGHT="NETQUOTEVAR:IMAGEHEIGHT" BORDER="0" alt="NETQUOTEVAR:PRODUCTNAME">
and
<INPUT TYPE="IMAGE" SRC="NETQUOTEVAR:BUTTONIMG" NAME="NETQUOTEVAR:BUTTONNAME"
WIDTH="NETQUOTEVAR:IMAGEWIDTH" HEIGHT="NETQUOTEVAR:IMAGEHEIGHT" BORDER="0" alt="NETQUOTEVAR:ALTERNATETEXT">
I have also tried using a custom variable, but again It will not convert to the value.
Thanks in advance for any help
Toby
I want to be able to add an ALT tag to my buy button image, I have tried the following but the variables do not get converted when I preview the page ??? When I hover over the Buy Button the ALT tag displays the variable name rather than it's value.
<INPUT TYPE="IMAGE" SRC="NETQUOTEVAR:BUTTONIMG" NAME="NETQUOTEVAR:BUTTONNAME"
WIDTH="NETQUOTEVAR:IMAGEWIDTH" HEIGHT="NETQUOTEVAR:IMAGEHEIGHT" BORDER="0" alt="NETQUOTEVAR:PRODUCTNAME">
and
<INPUT TYPE="IMAGE" SRC="NETQUOTEVAR:BUTTONIMG" NAME="NETQUOTEVAR:BUTTONNAME"
WIDTH="NETQUOTEVAR:IMAGEWIDTH" HEIGHT="NETQUOTEVAR:IMAGEHEIGHT" BORDER="0" alt="NETQUOTEVAR:ALTERNATETEXT">
I have also tried using a custom variable, but again It will not convert to the value.
Thanks in advance for any help
Toby
Comment