Fool of a Took
04-05-2003, 08:35 AM
Okay, here is my e-mail form code
<div align="center"><br /><br />
<form action="http://pub49.bravenet.com/emailfwd/senddata.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="usernum" value="" />
<input type="hidden" name="cpv" value="1" />
<table cellpadding="0" cellspacing="0" bgcolor="#ffffff"><tr><td>
<table border="0" cellpadding="10" cellspacing="1" bgcolor="#ffffff"><tr bgcolor="white"><td>
<font face="arial" size="1"><b>Name*</b></font><br />
<input type="text" name="Name:" size="20" /><br />
<font face="arial" size="1"><b>Site URL</b></font><br />
<input type="text" name="URL:" size="20" /><br>
<font face="arial" size="1"><b>E-mail*</b></font><br />
<input type="text" name="E-mail:" size="20"><br />
<font face="arial" size="1"><b>Country*</b></font><br />
<input type="text" name="Country:" size="20"><br />
<br /><div align="center">
<input type="submit" name="submit" value=" Join! " style="border: 1x dotted #0066ff">
<input type="reset" name="reset" value=" Clear " style="border: 1x dotted #0066ff" bgcolor="#ffffff">
</div></td></tr></table></td></tr></table>
<br /><a href="http://www.bravenet.com/">
</form></div>
How can I make the border around the boxes where you type your info, dotted and colored, instead of a plain black border, and how do I change the background color of the "Join/Clear" buttons, so that they aren't that standard tan color. Anyone?
<div align="center"><br /><br />
<form action="http://pub49.bravenet.com/emailfwd/senddata.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="usernum" value="" />
<input type="hidden" name="cpv" value="1" />
<table cellpadding="0" cellspacing="0" bgcolor="#ffffff"><tr><td>
<table border="0" cellpadding="10" cellspacing="1" bgcolor="#ffffff"><tr bgcolor="white"><td>
<font face="arial" size="1"><b>Name*</b></font><br />
<input type="text" name="Name:" size="20" /><br />
<font face="arial" size="1"><b>Site URL</b></font><br />
<input type="text" name="URL:" size="20" /><br>
<font face="arial" size="1"><b>E-mail*</b></font><br />
<input type="text" name="E-mail:" size="20"><br />
<font face="arial" size="1"><b>Country*</b></font><br />
<input type="text" name="Country:" size="20"><br />
<br /><div align="center">
<input type="submit" name="submit" value=" Join! " style="border: 1x dotted #0066ff">
<input type="reset" name="reset" value=" Clear " style="border: 1x dotted #0066ff" bgcolor="#ffffff">
</div></td></tr></table></td></tr></table>
<br /><a href="http://www.bravenet.com/">
</form></div>
How can I make the border around the boxes where you type your info, dotted and colored, instead of a plain black border, and how do I change the background color of the "Join/Clear" buttons, so that they aren't that standard tan color. Anyone?