Also I am trying to create an opt in box in my left sidebar underneath a vertical revolving carousel widget that shows other products. I have the following code from total business cart but I am unsure how to change the code so that it fits nicely into the left sidebar and is 'centred'? Anyone know? In other words how do I change the width using the code below and get it centred within the left sidebar?
<form name="form1" method="post" action="https://www.mcssl.com/app/contactsave.asp">
<input name="merchantid" type="hidden" id="merchantid" value="154392">
<input name="ARThankyouURL" type="hidden" id="ARThankyouURL" value="www.totalbusinesscart.com/app/thankyou.asp?ID=154392">
<input name="copyarresponse" type="hidden" id="copyarresponse" value="1">
<input name="custom" type="hidden" id="custom" value="0">
<input name="defaultar" type="hidden" id="defaultar" value="0">
<input name="allowmulti" type="hidden" id="allowmulti" value="0">
<input name="visiblefields" type="hidden" id="visiblefields" value="Name,Email1">
<input name="requiredfields" type="hidden" id="requiredfields" value="Name,Email1">
<table>
<tr>
<td>Name</td>
<td><input name="Name" type="text" size="40"></td>
</tr>
<tr>
<td>Email</td>
<td><input name="Email1" type="text" size="40"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="Submit" name="cmdSubmit" value="Submit">
</td>
</tr>
</table>
</form>