Hi.
My boss purchased an autoresponder and ask me to insert it into our company website. It works fine, but the form code that I copied and pasted from their site has some glitches which screws up my table settings. It's in the form tag itself. It's strange, my table contracts and expands according to the length of the top form tag. It should be invisible and not inherit any physical properties. Please take a look, recommendations are very much appreciated.
<p> <form method="post" action=" <div align="left"></div>
<table width="70%" border="2">
<tr>
<td width="154" valign="top" class="text2">
<div align="left">E-Mail Address:</div>
</td>
<td width="339" valign="top">
<input type="text" name="email" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">First Name:</div>
</td>
<td valign="top">
<input type="text" name="firstname" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Last Name:</div>
</td>
<td valign="top">
<input type="text" name="lastname" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Address:</div>
</td>
<td valign="top">
<input type="text" name="address1" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Address Cont.:</div>
</td>
<td valign="top">
<input type="text" name="address2" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">City:</div>
</td>
<td valign="top">
<input type="text" name="city" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">State:</div>
</td>
<td valign="top">
<input type="text" name="state" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Zipcode:</div>
</td>
<td valign="top">
<input type="text" name="zipcode" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Country:</div>
</td>
<td valign="top">
<input type="text" name="country" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Phone:</div>
</td>
<td valign="top">
<input type="text" name="phone" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Fax:</div>
</td>
<td valign="top">
<input type="text" name="fax" size="40" maxlength="75">
</td>
</tr>
<tr>
<td colspan=2>
<p> <br>
<span class="text2">Number of sites?</span>
<select name=options1>
<option value="">Select One</option>
<option>1-5 </option>
<option>6-10 </option>
<option>11-25 </option>
<option>25 up</option><br>
</select>
<p><br>
<input type="hidden" name="un" value="opti">
<input type="submit" name="Submit" value="Submit"></form>
My boss purchased an autoresponder and ask me to insert it into our company website. It works fine, but the form code that I copied and pasted from their site has some glitches which screws up my table settings. It's in the form tag itself. It's strange, my table contracts and expands according to the length of the top form tag. It should be invisible and not inherit any physical properties. Please take a look, recommendations are very much appreciated.
<p> <form method="post" action=" <div align="left"></div>
<table width="70%" border="2">
<tr>
<td width="154" valign="top" class="text2">
<div align="left">E-Mail Address:</div>
</td>
<td width="339" valign="top">
<input type="text" name="email" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">First Name:</div>
</td>
<td valign="top">
<input type="text" name="firstname" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Last Name:</div>
</td>
<td valign="top">
<input type="text" name="lastname" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Address:</div>
</td>
<td valign="top">
<input type="text" name="address1" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Address Cont.:</div>
</td>
<td valign="top">
<input type="text" name="address2" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">City:</div>
</td>
<td valign="top">
<input type="text" name="city" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">State:</div>
</td>
<td valign="top">
<input type="text" name="state" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Zipcode:</div>
</td>
<td valign="top">
<input type="text" name="zipcode" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Country:</div>
</td>
<td valign="top">
<input type="text" name="country" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Phone:</div>
</td>
<td valign="top">
<input type="text" name="phone" size="40" maxlength="75">
</td>
</tr>
<tr>
<td valign="top" class="text2">
<div align="left">Fax:</div>
</td>
<td valign="top">
<input type="text" name="fax" size="40" maxlength="75">
</td>
</tr>
<tr>
<td colspan=2>
<p> <br>
<span class="text2">Number of sites?</span>
<select name=options1>
<option value="">Select One</option>
<option>1-5 </option>
<option>6-10 </option>
<option>11-25 </option>
<option>25 up</option><br>
</select>
<p><br>
<input type="hidden" name="un" value="opti">
<input type="submit" name="Submit" value="Submit"></form>