Troy Dobson
www.getaliving.net
5209
I am installing a form for my responder on one of my pages and when i try to put it in to the html file. no matter where I place the script it winds up on top of the page.
? How to get this form to show up where I want it to on the page.
This is the script I need to install on my ebookpromotionpage in order for my responder to place the sign in form.
Thanks for your help
<form method="post" action="http://www.royal-responder.com/rsp-c.../royaluser.cgi" >
<input type="hidden" name="returnURL" value="http://www.getaliving.net/getmybook.html">
<!-- cancel double optin by changing to value="N" -->
<input type="hidden" name="optin" value="Y">
<center><font face=verdana size=4> Sign In Form </font>
<table width="400" border="0" cellpadding=4 cellspacing=1 align="center" bgcolor="#000000">
<tr>
<td width="150" valign="top" bgcolor=white>
<div align="right"><font face=verdana size="2" color="#000000">E-Mail</div>
</td>
<td width="250" valign="top" bgcolor=lightyellow>
<input type="text" name="email" size="40" maxlength="70">
<br>
</td>
</tr>
<tr>
<td width="150" valign="top" bgcolor=white>
<div align="right"><font face=verdana size="2" color="#000000">First Name</div>
</td>
<td width="250" valign="top" bgcolor=lightyellow>
<input type="text" name="firstname" size="40" maxlength="70">
</td>
</tr>
<tr>
<td width="150" valign="top" bgcolor=white>
<div align="right"><font face=verdana size="2" color="#000000">Last Name</div>
</td>
<td width="250" valign="top" bgcolor=lightyellow>
<input type="text" name="lastname" size="40" maxlength="70">
</td>
</tr>
<tr>
<td colspan=2 bgcolor=#8799CC>
<center><p>
<input type="hidden" name="function" value="customer2">
<input type="hidden" name="un" value="getaliving">
<input type="submit" name="Submit" value=" Subscribe » ">
</p></center>
</td>
</tr>
</table></center>
</form>
www.getaliving.net
5209
I am installing a form for my responder on one of my pages and when i try to put it in to the html file. no matter where I place the script it winds up on top of the page.
? How to get this form to show up where I want it to on the page.
This is the script I need to install on my ebookpromotionpage in order for my responder to place the sign in form.
Thanks for your help
<form method="post" action="http://www.royal-responder.com/rsp-c.../royaluser.cgi" >
<input type="hidden" name="returnURL" value="http://www.getaliving.net/getmybook.html">
<!-- cancel double optin by changing to value="N" -->
<input type="hidden" name="optin" value="Y">
<center><font face=verdana size=4> Sign In Form </font>
<table width="400" border="0" cellpadding=4 cellspacing=1 align="center" bgcolor="#000000">
<tr>
<td width="150" valign="top" bgcolor=white>
<div align="right"><font face=verdana size="2" color="#000000">E-Mail</div>
</td>
<td width="250" valign="top" bgcolor=lightyellow>
<input type="text" name="email" size="40" maxlength="70">
<br>
</td>
</tr>
<tr>
<td width="150" valign="top" bgcolor=white>
<div align="right"><font face=verdana size="2" color="#000000">First Name</div>
</td>
<td width="250" valign="top" bgcolor=lightyellow>
<input type="text" name="firstname" size="40" maxlength="70">
</td>
</tr>
<tr>
<td width="150" valign="top" bgcolor=white>
<div align="right"><font face=verdana size="2" color="#000000">Last Name</div>
</td>
<td width="250" valign="top" bgcolor=lightyellow>
<input type="text" name="lastname" size="40" maxlength="70">
</td>
</tr>
<tr>
<td colspan=2 bgcolor=#8799CC>
<center><p>
<input type="hidden" name="function" value="customer2">
<input type="hidden" name="un" value="getaliving">
<input type="submit" name="Submit" value=" Subscribe » ">
</p></center>
</td>
</tr>
</table></center>
</form>
Comment