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

How do I get a webpage to show up in an email without uploading an attachment for the email, in other words how do I make the email import the html webpage I already have on a server?

2006-06-28 16:53:13 · 1 answers · asked by Am 4 in Computers & Internet Programming & Design

1 answers

The simple way would be to copy the HTML in a client mail application (say mozilla thunderbird or outlook) this can be done in the insert menu -> insert HTML. Then you should copy the content of the page located between the 'body' tags in the HTML source.

Still it is very possible that the page will break, since part of the layout can be defined from a CSS stylesheet that is called on the header of the email. If the styles are defined in the HTML document, then you won't have problems, otherwise, send the link or a screenshot ;-).

In some sense e-mails were not designed to send HTML code.

Have fun.

2006-06-28 17:30:02 · answer #1 · answered by maciekrb 1 · 0 0

fedest.com, questions and answers