Question:

Are there any computer experts who know how to do this?

by  |  earlier

0 LIKES UnLike

How do I embed pictures in my yahoo emails? My browser is Firefox.

 Tags:

   Report

2 ANSWERS


  1. Use the HTML code: <img src="URL OF YOUR IMAGE HERE">  


  2. I take it you are using the free web Yahoo email and not the paid version.  If so, you can only add files as attachments and not insert images inside the body of the email.

    YOU CAN, go to Options, Signature and click on the View HTML Source box at the bottom and add the image code there.  The image MUST be hosted online at any image hosting site like imageshack/photobucket.  You MUST use the DIRECT link to the online image in the image tag:

    <img style="width: XXpx; height: YYpx; border: 0;" src="DIRECT LINK TO IMAGE" alt="Text Description" title="Mouseover Description">

    Set the image's width/height as needed.  Add other styling for a DIV tag to center it if need be.

    Ron

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.