| | Hi to all ! Anybody can help me to create an email with embedded image so that mail reader automatically see that image. Moreover I wont attached that image as it appears small in size in on gmail. Thanks in Advance. |
|
QUOTE(angelrodriquez @ Nov 20 2008, 02:00 PM) Ive figured out how to embed the image just fine. But now I want to make the embedded image a clickable linked image. Problem is that when I click on the image and add my link to it in Gmail, when I send it off and it is opened on the other side, it displays the URL right next to the image everytime. No matter what I can't get rid of it... read more.
It looks to me like you can't in gmail, if you could it would be in the rich formatting toolbar and would be insert an image. THere is an entry in their help here https://mail.google.com/support/bin/answer....4261&topic=1516 however it doesn't appear to offer help like you want. Um if you mean make the images show up in gmail, (they don't by default) you can't make someone elses gmail show the images you sent, unless you send the images as an attachment, but then it won't be in the body of the email.
Google's help files state this:
QUOTE Google Mail doesn't currently offer the ability to attach images inline, because we don't support HTML formatting. Even when you use the full formatting options, you don't have any HTML options or anything like that, so you can only send mail in plain text, but you can receive messages with inline images. QUOTE First, get and install Flock. It's free. It's not version 1.0 yet, it has many bugs, but it is usable. From http://pauliotech.blogspot.com/2005/12/flo...mage-trick.htmlSecond, set up a Flickr account. It's free. Post your image on Flickr, and enable it for public viewing. Third, open a web browser window and go to your Gmail account. Click "Compose Mail" to start a new message. Type a few words on a few lines to start with. Fourth, bring up Flock and click the feather-pen icon, as if you're entering a web log entry. If you don't have any weblog system set up yet, don't worry, you don't need one for this (click "cancel" if a dialog box asks you to log in to one). click the "topbar" icon, and choose "Flickr topbar". Enter your username in there, so it finds your image. Now drag and drop that image into the body of your Flock web log entry area. Lastly, select that image in the flock web log entry area, and drag-n-drop it into your Gmail window's message body! The image magically appears there! Fast and easy, isn't it?
Actually drag and drop, and copy, pasting of images does make it appear in the compose window, but when you send that mail to someone they'll not be able to view the image. Only you can view the image, you can store in the drafts and view it later, but the image cant be seen by the receiver.
it can be done as what D.BOY wants it.
first thing to do is make your image available online. upload it somewhere, like http://www.imageshack.us for example. if you uploaded it in imageshack, get the direct link of the image and paste it on your browser. here is a sample image i uploaded so you can test it yourself in the next steps: http://img126.imageshack.us/img126/1627/zi060813vo1.gif once its loaded in your browser, drag your mouse across the image so the whole image gets selected or highlighted (it would turn dark to indicate that it is successfully highlighted/selected). don't miss that part. then while it is selected/highlighted, right-click your mouse over it, then from the menu which appears, choose COPY. go to your GMAIL account, then COMPOSE MAIL. use RICH FORMATTING instead of PLAIN TEXT. then press CTRL-V to paste the copied image in your message body. the image will then show and appear embedded. fill out the recipients of your email, then send away! of course, your recipients should be online to be able to view the image (in GMAIL, they should choose to DISPLAY IMAGES BELOW when they receive your email with embedded image). if you doubt it, test it first. post your results below.
How To Create Embed Image Mail In Gmail
This method worked 100%, after wasting 2 hours searching for help everywhere else. Thank you so much!!!! -Dawn
To create a gmail email with embedded images you need to copy and paste them from another browser window, but to get them to appear in another browser window does not mean you have to upload them to the web. You can create and html file on you local hard drive and open that in your browser instead. I have create a simply batch file to automate this.
###Create Batch file (do once only) 1. Open notepad to. Paste in the following echo ^<html^> > album.html echo ^<head^>^<title^>GMail album^</title^>^</head^> >> album.html echo ^<body^> >> album.html echo ^<br^>^<br^>^<br^>^<br^> >> album.html for %%I in (*.jpg *.jpeg) do echo ^<img src="%%I"^>^<br^>^<br^>^<br^>^<br^> >> album.html echo ^</body^> >> album.html echo ^</html^> >> album.html 3. Save it as see:\windows\create-jpeg-album.bat ### Preparing Images (repeat for each different email) 1. Resize/copy all email images into an empty folder. to. Open command prompt window in empty folder. 3. Type create-jpeg-album at prompt and hit enter. A file called album.html should appear in this folder ### Creating the email (repeat for each email) 1. Compose a new rich text gmail email. to. From windows explorer double click on album.html to open it in a new browser window. 3. Use the menu Edit/Select All or Ctrl-A to select the entire contents of album.html. 4. Use the menu Edit/Copy or Ctrl-C to copy the contents to the clipboard. 5. Click in the body of the new gmail email and use the menu Edit/Paste or Ctrl-V to paste the contents into the body of the new email. Hope this helps Jim -Jim Fricker
Thanks! Highlight online image, copy paste works like a charm! I put a note to press the display images to the recipients
-Stellar Latest EntriesIve figured out how to embed the image just fine. But now I want to make the embedded image a clickable linked image. Problem is that when I click on the image and add my link to it in Gmail, when I send it off and it is opened on the other side, it displays the URL right next to the image everytime. No matter what I can't get rid of it. I want a clean clickable, embedded image, with no border (preferable) and no URL next to the image. Anyone know how to do this? Please also PM me it could be how gmail is coded right now, so nothing much can be done on that part if you are inclined to use the newer version of gmail. note that gmail has a new theme now. however, i did try using the OLDER VERSION (linked at the menu on top right of the page) of COMPOSE MAIL and you can particularly "eliminate" the text link which crops up every time on the newer version. the good thing with the older version is that it only prompts for the LINK, with no additional TEXT TO DISPLAY option in the newer version (which gmail automatically fills up with the text of the URL if you don't customize it yourself). if you want, you can customize it as a "space" or a "dot/period", so it would appear "less visible" (there will always be the telltale portion where the space or dot/period appears). in short, use the OLDER VERSION to compose your mail if you want to use this "trick" of embedding images with links on gmail for a "cleaner" presentation on the recipient's end. if you are bothered with the blue border which appears when an image is linked, sorry can't help you with that since it probably is a browser presentation code, and if you can cheat it not to be displayed on your browser, i don't suppose it would necessarily be the same for others you send your message with image+links to (unless they do the same cheat you did for your browser on their end). if they use OLDER VERSION of gmail when reading their messages, the blue border disappears since that is apparently how it was coded then. for TEST purposes, PM me with your gmail address if you want and i'll zap a sample your way next time.
Ive figured out how to embed the image just fine. But now I want to make the embedded image a clickable linked image. Problem is that when I click on the image and add my link to it in Gmail, when I send it off and it is opened on the other side, it displays the URL right next to the image everytime. No matter what I can't get rid of it. I want a clean clickable, embedded image, with no border (preferable) and no URL next to the image. Anyone know how to do this?
Please also PM me To create a gmail email with embedded images you need to copy and paste them from another browser window, but to get them to appear in another browser window does not mean you have to upload them to the web. You can create and html file on you local hard drive and open that in your browser instead. I have create a simply batch file to automate this. Hope this helps Jim -Jim Fricker This batch file is great for creating albums. How do you change the batch file so that it creates an album with the FULL Image URL/Location? Like it has the full path of where the file is stored rather than the abbreviated filename path you currently have in the batch file, where it just has it locate the file because it happens to be in the same folder/directory
Excelent...
The post about copying the image from any free server worked perfectly for me. Thanks!! -reply by martini
embedding images in gmail
How To Create Embed Image Mail In Gmail Gosh! you're good! how did you figure this out? I just tried it myself in my last email. Thanks for sharing! :) Replying to serverph
Recent Queries:-
Keywords : create, embed, image, mail, gmail
what's the policy behind keeping a beta version (7) I've been using GMail for almost three years, probably got it a few months after it was A small text about how GMail is awesome. (5) Everyone wanted a piece of the e-mail pie. Microsoft made a free e-mail service. Yahoo! made a free Hello someone need a Gmail invitation? (2) Hello if someone need a gmail invitation Just PM me My Gamil Adress is: DJ-MusicsMix@gmail.com i anybody with experience...? (2) is there a download manager that i can use to manage my downloads of GMAIL attachments ? i want to finally, get rid of all that spam! (16) i have been using gmail for quite a while, and have always hated hotmail. i hate it now more than (2) I heard Gmail changed their way in their system. So Gmail Drive don't work anymore. Any idea or (2) My gmail has no IMAP on your settings. Someone I know how to access it or not available?.... (3) I believe many must be aware of the mishap in Gmail last week, as few of the accounts got disabled i made my account first try (15) whats so good about gmail? is it something inside gmail? what are the these invites people care chat in gmail blocked by administrator.... no worries. (7) Is google Chat inside gmail blocked in school, college or office by your network admistrator ?? Do (8) I came across this topic which basically says that you can use Gmail to store your files. If I want my old mails to be in thunderbird (3) How Do I import old Gmail-mail to Thunderbird? When I made my account I only got my new mail!.... (2) Now you can check the amount of Storage you are using for your GMail and Picasa Web Album accounts. (1) Gmail shortkeys you can use bew short keys in your gmail account QUOTE C = Compose new email Compared to other services (9) Well gmail seems to be that popular one that is authentic and easy to use. It seems to be the Vote! (40) Do you think gmail gives too much spam? I have been a member of gmail for a month now and I have (65) QUOTE It seems that Microsoft has started flagging Gmail as a virus in their virus scanning Is there an aplication for gmail? (5) I want to manage my e-mail over a clasic aplication such as Microsoft outlook... I have tried to Share it here (64) Hai GMail share the feelings that you got when you recived your first GMail Invite. Here is mine Real or scam? (13) hey anyone Has onyone gotten this email.I just got this ,It tells me that I have won $500 cash prize All GMail members Invited (86) Come on all GMail users share here how you got your GMail accounts. We'll see how most of the A person found out it is Sophos! (12) Hey everyone! While surfing the internet I found out an intersing report..which claims that Gmail how do u do it? (10) hi i have a gmail account well a couple of them and i know that someone has been getting on my Message clipping (19) Guess what I just found out, if you have a message to long for gmail to read it will be clipped, cut via CSS! :D (27) tired of the same GMAIL look? GMAIL starting to melt your eyes with its antiseptic colors? ...can't access my mail (9) Since moving to Pakistan, I've been appalled at the poor internet service here. Especially since Unofficial site. (15) Well, I was playing with google search engine when I stumbled onto this: (25) The Gmail Drive extension is a program that will create a hard drive in your My Computer folder. Gmail vs Hotmal (244) Which is better??.... Looking for create, embed, image, mail, gmail
|
![]() How To Create Embed Image Mail In Gmail |
| ADD REPLY / Got an Opinion! | a humble request :-) | RAPID SEARCH! | Free Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute your information that might help someone here. Ask your Doubts & Queries to get answers.. "Together, We enlight each other!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|