Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Knowledge and How-To (https://thetfp.com/tfp/tilted-knowledge-how/)
-   -   embed images in body of email (https://thetfp.com/tfp/tilted-knowledge-how/107310-embed-images-body-email.html)

Brewmaniac 08-07-2006 01:02 PM

embed images in body of email
 
I get emails from people that have pictures right in the body of the email, other times I have download an attachment. My question is using hotmail is there a way to put pictures directly in the body with text?

Daniel_ 08-08-2006 08:13 AM

You can do it if you embed an image as HTML - but the image has to be resident on a server somewhere online.

In essence, you don't send the photo, you send the link to the photo, and their software uses their net connection to display the picture.

Brewmaniac 08-09-2006 02:23 PM

Quote:

Originally Posted by Daniel_
You can do it if you embed an image as HTML - but the image has to be resident on a server somewhere online.

In essence, you don't send the photo, you send the link to the photo, and their software uses their net connection to display the picture.

Ok, say I host image with imageshack, then what? I know zero about programing.

CSflim 08-11-2006 01:54 PM

as far as I know it cannot be done with hotmail. You could use the following to link an image in your email:
PHP Code:

<img src="http://www.imageshack.com/the/address/of/your/image.jpg"


but I don't think that hotmail will interpret that as html...it will just stay as text.


All times are GMT -8. The time now is 12:37 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73