English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

This seems silly. I can knock up fairly decent looking web pages, but I don't know how they design those flashy e-mails that contain tables, images - looking exactly like web pages.

I click view source etc, copy the text, paste that into a new e-mail and all that gets sent is the coding.

What am I missing here?

2007-02-26 02:22:52 · 4 answers · asked by boacuts2k 1 in Computers & Internet Programming & Design

4 answers

The simple answer is you need to set the correct content type in your mail header. Content-type: text/html will ensure that the client will render the code rather than displaying it (assuming, of course, that the client is capable of this, and that the user has enabled it).

It is tricky to create HTML e-mails that display correctly. You will need to do alot of trial and error. CSS support is spotty at best, and most clients don't support stylesheets - only the style attribute directly attached to an element. Positioning is flakey and font sizes are totally unpredictable. You also need to take into account that clients like Outlook will block your images unless the user explicitly allows them, so your e-mail needs to be at least partially useful without images.

Here is a good article on the quirks of writing HTML for e-mail clients: http://www.sitepoint.com/article/code-html-email-newsletters

2007-02-26 03:07:09 · answer #1 · answered by Rex M 6 · 1 0

hi ,

emails or electronic mail is the facility to transfer data electronically.at first this is limited only to simple text mails.

This restriction was lifted with the adoption of the MIME (Multimedia Internet Mail Enhancements) standard. It described a way of encoding an arbitrary list of media types within a normal textual message in an operating-system-independent manner. Finally, different types of systems could send executable, sound, picture, movie, and other kinds of files to each other via e-mail.

Newsletters you are receiving from sales/promotion executives uses these techniques to give more look for their products advertising via email.

hope that clears your doubt :)

2007-02-26 02:35:55 · answer #2 · answered by niranjan k 1 · 0 2

as nicely to doing it from the area you additionally can deliver messages to the different subscribers by using your e mail account in case you have your subscription set as much as get all the messages coming on your inbox.

2016-09-29 22:35:51 · answer #3 · answered by lichtenberger 4 · 0 0

hey people please answer my questions they won't show up thanks

2007-02-26 02:25:22 · answer #4 · answered by Anonymous · 0 3

fedest.com, questions and answers