0 replies
  • WEB DESIGN
  • |
The code below is for an opt-in form that I need to make the total width 160px and the most 600px in height. I have been messing with this for a few hours and can't seem to get it right. I have changed so much that it isn't working at all, so I am giving the original. Can someone help me please?

Here is the original code:

<div style="background: #FFFFCD; border: 1px solid #000; padding: 10px; width: 500px; font-family: Verdana; font-size: 12px;">
<form method="post" action="http://www.aweber.com/scripts/addlead.pl">
<input name="unit" type="hidden" id="unit" value="sitstayfetch" />
<input name="redirect" type="hidden" id="redirect" value="http://www.kingdomofpets.com/dogobediencetraining/?aff=ClickbankID&amp;type=nohop&amp;su=1" />
<input name="meta_adtracking" type="hidden" id="meta_adtracking" value="ClickbankIDsignup" />
<input name="meta_message" type="hidden" id="meta_message" value="1" />
<input name="meta_required" type="hidden" id="meta_required" value="name,from" />
<input name="meta_forward_vars" type="hidden" id="meta_forward_vars" value="1" />
<p><span style="font-weight: bold; font-size: 14px; color: #CC0000;">YES!</span> I want to claim my free instant access to the Secrets to Dog Training 6 Day Dog Behavior and Training course ($27 value).</p>
<table width="95%" border="0" cellpadding="3" cellspacing="3" align="center">
<tr>
<td style="font-size: 12px;">Your Name: </td>
<td><input name="name" type="text" id="name" size="20" /></td>
<td rowspan="4"><img src="http://www.kingdomofpets.com/dogobediencetraining/images/newsletters/ebook-sistay_yellow.jpg" alt=" Secrets to Dog Training Free 6 Day Course" width="140" height="158" /></td>
</tr>
<tr>
<td style="font-size: 12px;">Your email Address:</td>
<td><input name="from" type="text" id="from" size="20" /></td>
</tr>
<tr>
<td> </td>
<td>
<input name="image" type="image" src="http://www.kingdomofpets.com/dogobediencetraining/images/newsbutton.gif" alt="SUBMIT!" />
</td>
</tr>
<tr>
<td colspan="2"><span style="color: #CC0000; font-size: 12px;">(This is a private and fully protected mailing list. You can unsubscribe at any time).</span></td>
</tr>
</table>
</form>
</div>
#coding #quick

Trending Topics