enctype errors
Posted: Thu Jan 18, 2007 10:52 am
im attempting to send out a form to different email adresses using the enctype=text/html properties...but when i open up the email for veiwing its all blank...why? here is what i have
Code: Select all
<html>
<head>
</head>
<body>
<form method="post" enctype="text/html" name="acore" action="mailto:obadiah_00@hotmail.com">
<table width="750">
<tr>
<td width="318">
<img src="logo.bmp">
</td>
<td width="422">
</td>
</tr>
<tr>
<td width="318">
</td>
<td>
<p>
<h3><u>Join Acor Orthopaedic at the WSA Show</u></h3>
Feb.1-4, Las Vegas - Booth Number: 51209
</p>
<p>
Acor is a manufacturer of Pedorthic Products consisting of:<br>
<b>Comfort Footwear</b><br>
<b>Foot Orthotics</b><br>
<b>Custom Footwear and Orthotics</b><br>
<b>Fabricating Materials</b></p>
</td>
</tr>
<tr>
<td width="318">
<p style="font-size:13px">
<img src="cs.bmp" border="0"><br>
To order your new Acor catalog, <a href="#">click here</a>.</p>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<p>
Sole Defense Original: Stop Foot Pain and Odor with Sole Defense Original! Sole
Defense orthotics were designed to go beyond traditional flat insoles by offering
the ability to be heat molded and arch type specific.<br><br>
Whats more, they have a lining of X-Static, the silver fiber which has the added
benefit of silver: Sole Defense Kills Bacteria, Destroys Odor and Defends Against
Hot Spots and Blisters! Find out More about this and other great orthotics from
Acor by <a href="#" style="text-decoration:none;">clicking here</a>. <a href="#" style="text-decoration:none;">(http://acor.com/orthoticbase.htm)</a>
</p>
<table border="1" bordercolor="black">
<tr>
<td align="center" bgcolor="blue" style="color:white;">
<b>Flat Arch Type</b>
</td>
<td align="center" bgcolor="green" style="color:white;">
<b>Standard Arch Type</b>
</td>
<td align="center" bgcolor="yellow" style="color:black;">
<b>High Arch Type</b>
</td>
</tr>
<tr>
<td><img src="arch.bmp"></td>
<td><img src="arch2.bmp"></td>
<td><img src="arch3.bmp"></td>
</tr>
<tr>
<td align="center" style="color:blue;"><b>Show Special: $8.00</b></td>
<td align="center" style="color:blue;"><b>Show Special: $8.00</b></td>
<td align="center" style="color:blue;"><b>Show Special: $8.00</b></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<p>
<h3 style="position:relative; top:13px">WSA Show</h3>
<b>February 1-4, 2007</b><br>
<b>Las Vegas Convention Center</b><br>
<b>Booth Number: 51209</b>
</p>
<input type="submit" value="Submit" style="float: right"/>
</td>
</tr>
</table>
</form>
</body>
</html>