See previous post.
Duplicate postings are not necessary.

Signature
David Bartosik - MS MVP
for Publisher help:
www.davidbartosik.com
enter to win Pub 2003:
www.davidbartosik.com/giveaway.aspx
> Hello,
>
> I decided to create an Email Form in my website which I design with
Publisher 2003. I Copy - Paste necessary HTML code in to "Insert HTML Code
Fragment" window, made email address changes, published, but it does not
work. (I have added that Code to the letter below) Why is it not working?
Have I made something wrong?
> Is Publisher 2003 able to produce Email Forms with Fragment function?
>
[quoted text clipped - 6 lines]
>
> <FORM action="mailto:you@yourdomain.com" method="post" enctype="text/plain"><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4"
WIDTH="90%"><TR><TD width="30%"><DIV
align="right"><B>Name:</B></DIV></TD><TD width="70%"><INPUT type="text"
name="name" size="20"></TD></TR><TR><TD><DIV
align="right"><B>Email:</B></DIV></TD><TD><INPUT type="text" name="email"
size="20"></TD></TR><TR><TD><DIV
align="right"><B>Comment:</B></DIV></TD><TD><TEXTAREA name="comment"
cols="30" wrap="virtual"
rows="4"></TEXTAREA></TD></TR><TR><TD> </TD><TD><INPUT type="submit"
name="submit" value="Submit"><INPUT type="reset" name="reset"
value="Reset"></TD></TR></TABLE></FORM>
> ----------------------------------------------------------------------------------------------