I want to send the following html code through e-mail. This is a part of a project that I am working on. How to make this viewable in an e-mail. Does hotmail support HTML page viewing.
Code:<html> <body> <form method="POST" action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" S-Label-Fields="TRUE" S-Email-Address="[email protected]" S-Email-Format="TEXT/PRE" --> <p><input type="text" name="T1" size="20"></p> <p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p> </form> </body> </html>





Reply With Quote