Hi there,
I want to be able to use the label tag for the html buttons I have used to select colour and size...
Is it possible to be able to alter the input type tags to have an ID element, so I can then enter the HTML for the label tag?
Below is current html that actinic produces and the HTML i'd like to be able to create...
Thanks
Stu
<INPUT TYPE=RADIO NAME="v_64_25" VALUE="1" CHECKED>
this is how I would like it to look...
<INPUT TYPE=RADIO NAME="v_64_25" VALUE="1" CHECKED ID="BLACK_1">
I want to be able to use the label tag for the html buttons I have used to select colour and size...
Is it possible to be able to alter the input type tags to have an ID element, so I can then enter the HTML for the label tag?
Below is current html that actinic produces and the HTML i'd like to be able to create...
Thanks
Stu
<INPUT TYPE=RADIO NAME="v_64_25" VALUE="1" CHECKED>
this is how I would like it to look...
<INPUT TYPE=RADIO NAME="v_64_25" VALUE="1" CHECKED ID="BLACK_1">
Comment