- Impact
- 0
I have Bravenet Mailing list I'm trying to strip so it appears as regular, basic, black and white mail form. When I check the following code I still get yellow borders:
<form action="http://pub1.bravenet.com/elist/add.php" method="post">
<input type="hidden" name="usernum" value="59641807" />
<input type="hidden" name="cpv" value="1" />
<table border="0" cellpadding="0" cellspacing="0" bgcolor="FFFFFF">
<tr>
<td> <div align="left">
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#FFFFFF ">
<table border="0" bgcolor="#FFFFFF">
<tr>
<td><font face="Lucida Sans" size="2"><b>Name:</b>
</font></td>
<td><input type="text" name="ename" size="25" maxlength="60"
/></td>
</tr>
<tr>
<td><font face="Lucida Sans" size="2"><b>Email:</b>
</font></td>
<td><input type="text" name="emailaddress" size="25"
maxlength="100" />
<input type="submit" name="submit" value="Go!" /></td>
</tr>
<tr>
<td colspan="2" align="center"><font face="Lucida Sans"
size="2">
<input type="radio" name="action" value="join" checked />
<b>Join</b> </font><font face="Comic Sans MS"
size="2">
<font face="Lucida Sans">
<input type="radio" name="action" value="leave" />
<b>Leave</b> </font></font></td>
</tr>
</table></td></tr>
</table>
Any idea how I can just set this code up as a regular basic simple mail form that still gets sent to the Bravenet mail list?
Thanks again
<form action="http://pub1.bravenet.com/elist/add.php" method="post">
<input type="hidden" name="usernum" value="59641807" />
<input type="hidden" name="cpv" value="1" />
<table border="0" cellpadding="0" cellspacing="0" bgcolor="FFFFFF">
<tr>
<td> <div align="left">
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#FFFFFF ">
<table border="0" bgcolor="#FFFFFF">
<tr>
<td><font face="Lucida Sans" size="2"><b>Name:</b>
</font></td>
<td><input type="text" name="ename" size="25" maxlength="60"
/></td>
</tr>
<tr>
<td><font face="Lucida Sans" size="2"><b>Email:</b>
</font></td>
<td><input type="text" name="emailaddress" size="25"
maxlength="100" />
<input type="submit" name="submit" value="Go!" /></td>
</tr>
<tr>
<td colspan="2" align="center"><font face="Lucida Sans"
size="2">
<input type="radio" name="action" value="join" checked />
<b>Join</b> </font><font face="Comic Sans MS"
size="2">
<font face="Lucida Sans">
<input type="radio" name="action" value="leave" />
<b>Leave</b> </font></font></td>
</tr>
</table></td></tr>
</table>
Any idea how I can just set this code up as a regular basic simple mail form that still gets sent to the Bravenet mail list?
Thanks again







