I am wondering if someone can help me. I have subscribed to a mailig list solution, Your Mailinglist Provider at www.ymlp.com and I want to add the code they supply (below) to the front page of my website www.KnickersRus.com so customers or potential customers can register for our mailing list. I would like to put the box either on the left below the menu options (under login option on left ) or on the right under the photo. Can anyone tell me how I do this and where in actinic V8, for my KnickersRus website.
Thanks to anyone who can help.
Gary Hepburn
www.KnickersRus.com
here is the code they supply
*************************************************
<form method=post action=http://www.ymlp.com/subscribe.php?knickersrus>
<table border=0>
<tr>
<td colspan=2>Fill out your e-mail address <br> to receive our newsletter!</td>
</tr>
<tr>
<td>E-mail address:</td>
<td><input type="text" name="YMLP0" size="20"></td>
</tr>
<tr>
<td>First name:</td>
<td><input type="text" name="YMLP1" size="20"></td>
</tr>
<tr>
<td>Last name:</td>
<td><input type="text" name="YMLP2" size="20"></td>
</tr>
<tr>
<td>Country:</td>
<td><input type="text" name="YMLP3" size="20"></td>
</tr>
<tr>
<td>Age:</td>
<td><input type="text" name="YMLP4" size="20"></td>
</tr>
<tr>
<td colspan=2>
<input type="radio" name="action" value="subscribe" checked> Subscribe<input type="radio" name="action" value="unsubscribe"> Unsubscribe</td>
</tr>
<tr>
<td colspan=2><input type="submit" value="Submit"></td>
</tr>
</table>
</form>
Thanks to anyone who can help.
Gary Hepburn
www.KnickersRus.com
here is the code they supply
*************************************************
<form method=post action=http://www.ymlp.com/subscribe.php?knickersrus>
<table border=0>
<tr>
<td colspan=2>Fill out your e-mail address <br> to receive our newsletter!</td>
</tr>
<tr>
<td>E-mail address:</td>
<td><input type="text" name="YMLP0" size="20"></td>
</tr>
<tr>
<td>First name:</td>
<td><input type="text" name="YMLP1" size="20"></td>
</tr>
<tr>
<td>Last name:</td>
<td><input type="text" name="YMLP2" size="20"></td>
</tr>
<tr>
<td>Country:</td>
<td><input type="text" name="YMLP3" size="20"></td>
</tr>
<tr>
<td>Age:</td>
<td><input type="text" name="YMLP4" size="20"></td>
</tr>
<tr>
<td colspan=2>
<input type="radio" name="action" value="subscribe" checked> Subscribe<input type="radio" name="action" value="unsubscribe"> Unsubscribe</td>
</tr>
<tr>
<td colspan=2><input type="submit" value="Submit"></td>
</tr>
</table>
</form>
Comment