okay using html form to submit information via email. Can I format the email that is sent so its not one big line of information, would like use html only if I can.
thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
Since I'm HTML stupid I use Mozillas free composer (built into it) to make the text look how I want then copy just the text with the HTML formatting out of the code window and paste it in. Works great.
-
Your ascii document would need carriage returns within the document. Or, if you opt for html document then
will force a carriage return.
Maybe you can expand a tad more on what you are trying to accomplish. -
i figured it out. what I wanted was a readable txt file when they submit the form. it was being sent to me via email and it was all ran together in 1 big sentance. i just inserted enctype="text/plain" and it seperated fields in the txt file for me.
Thanks guys.
Similar Threads
-
DLC.html
By Hangrumps in forum Video ConversionReplies: 4Last Post: 15th Jul 2009, 15:00 -
7z.html files???
By Glenn5782 in forum Newbie / General discussionsReplies: 3Last Post: 17th Mar 2009, 04:43 -
html help
By steve42069 in forum ComputerReplies: 4Last Post: 8th Aug 2008, 10:38 -
HTML Help
By FEEL in forum ProgrammingReplies: 3Last Post: 20th Aug 2007, 08:58 -
html in forum
By Ogilvy in forum FeedbackReplies: 4Last Post: 13th Jul 2007, 18:30