Forum Moderators: open

Message Too Old, No Replies

HTML email in Outlook - word wrapping adds spaces

         

spongebobsquarepants

8:40 pm on Mar 15, 2005 (gmt 0)



I am submitting an email from a form.
If i right click on the email, i can view the source code. if there is a < sign at the end of a line, then the code shows up in the email because the next line begins with a space. so therefore <font> would appear like this < font> causing it to appear in the email, instead of formatting the font. how do i eliminate this problem?

tedster

5:36 am on Mar 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not sure I follow all the technology involved here. How is the HTML being inserted into a form input? I would have expected it to be plain text.

jefferson

2:24 pm on Mar 16, 2005 (gmt 0)

10+ Year Member



i have an asp form and it generates an html email, however when i recieve the email, some of my tags will show up in the email. this only happens if a certain number of characters is inserted into the form, because in outlook, the source for the email word wraps and puts a space at the beginning of the lines.