I have just changed my quantity input box to a checkbox from a thread in the forum.....now i seem to have an extra <br> tag somewhere...ive hidden everything else possible and it is with the quantity somewhere.
the source code shows it here
<Actinic:SECTION BLOB="A0000.cat"/> <tr><td width="49%" align="left" valign="TOP" bgcolor="#7a7a7a" style="padding:1px"><h5 class="white">Module 1</h5> <SPAN CLASS="actrequiredcolor"><BR>qty</SPAN> <INPUT TYPE=checkbox NAME="Q_MODULE1" VALUE="1" UNCHECKED="unchecked" style="checkbox"> <Actinic:PRICE_EXPLANATION PROD_REF="MODULE1" COMPONENTID=-1>
i cant seem to find this span tag or the <br> tag.....ive checked the quantity design text 166 and the checkbox 2173....whereelse could it be ??
the source code shows it here
<Actinic:SECTION BLOB="A0000.cat"/> <tr><td width="49%" align="left" valign="TOP" bgcolor="#7a7a7a" style="padding:1px"><h5 class="white">Module 1</h5> <SPAN CLASS="actrequiredcolor"><BR>qty</SPAN> <INPUT TYPE=checkbox NAME="Q_MODULE1" VALUE="1" UNCHECKED="unchecked" style="checkbox"> <Actinic:PRICE_EXPLANATION PROD_REF="MODULE1" COMPONENTID=-1>
i cant seem to find this span tag or the <br> tag.....ive checked the quantity design text 166 and the checkbox 2173....whereelse could it be ??
Comment