How to reach the description of the image in a photo in e-mail

When I attach a picture from a file of mine in an email (hotmail), how can I enter a description of the image beside or below the photo?  You can either

attach photos and they line up at the top of the email, or you can get them as a sort of "scrapbook" now.  But I want to show the picture and then describe what

PIC is from, etc.  Thank you.

View all Windows Live and Hotmail questions in the appropriate forum found here:
http://windowslivehelp.com/

Tags: Windows

Similar Questions

  • How to disable the image previews

    In the windows client there is an option to disable the image previews with

    Tools-> Options-> settings IM-> Show advanced options. Uncheck the option: "show images in conversations".

    In the client Mac there isn't this option. How to disable the image previews in a Mac client?

    OK, found the solution in another thread here: http://community.skype.com/t5/Mac/YouTube-thumbnails-amp-link-previews-Why-don ' t-I-see-them/m-p/39692...

    Menu bar-> display-> display Images-> uncheck

  • How to change the Image the Image (8 bit) (32 bit)?

    Dear all,

    I have a question about VISION.

    An Image from IMAQ USB Grab Acquire.vi is 32-bit, even if the IMAQ Creat.vi has the type U8 value.
    But the more IMAQ vi (for example IMAQ get LCD ROI.vi) can only deal with 8-bit Image.
    How to change the Image from 32-bit to 8-bit Image?
    Thank you!

    Hugo

    Hi Hugo,.

    You use a color camera? coz usually 32 bit for a color image.

    If so, you can try the unique color Pane.vi extract to extract its Luminance component. It then becomes an 8-bit grayscale image.

    Zheng OR AE

  • How to rotate the image in movie maker a few degrees to get it exactly horizontal

    If my camera was slightly off level during recording, how I rotate the image a few degrees in Movie Maker to get this level

    I found a copy of 1.9.2.

    Excellent

    Wayne

  • How to reach the size of the original screen?

    Original title: hot to remove the shadow on the grid.

    my screen is enlarged... How to reach the original size of the screen... Please tell me...

    Hello

    First of all, if it's just a window where the screen is enlarged, use the CTRL and minus (-) keys to zoom out.

    If it is the whole of the screen, adjust the resolution in the settings/personalize/display of the control panel. If you cannot reduce the resolution to a point you could previously, then you will probably to reinstall or update your display adapter drivers.

    Good luck, Rick Rogers, aka "Crazy" - Microsoft MVP http://mvp.support.microsoft.com Windows help - www.rickrogers.org

  • How to see the Images in the project of addiction?

    Hi all

    I have two projects, one dependent on the other, I did a project in the project library, and the other as a CLDC Application. I have some images stored in the library project, and I want to access that images of the CLDC Application. I don't know how to access the images by hint which way. Any body know the solution please help me.

    Thank you and best regards,

    Rajapandian.K

    I had to help someone with something similar to this:

    http://supportforums.BlackBerry.com/T5/Java-development/how-can-I-place-resources-in-a-separate-cod/...

    You can add an extra function so that she gets the EncodedImage and returns.

    In fact, I just realized that EncodedImage.getEncodedImageResource has support for the specification of the module that contains the resource.

  • How to rotate the image only once

    Hai, I am very new in the development of blackberry applications. I need an image that need to be done rotate 360 degrees once only. I see so many references here and I know that there is a thread that discuss it, but I can't find the right one.

    Thanks in advance.

    You asked a single rotation - "how to rotate the image only once.

    There is no standard API that provides a rotating image permanently using standard features of BlackBerry.

    The usual way to display animations is demonstrated in this article.

    http://supportforums.BlackBerry.com/T5/Java-development/display-an-animated-GIF/Ta-p/445014

    If you can prepare your animation and package with your application, it will be much easier and more effective. Do you know what pictures you're going to turn?

  • How to display the image in the center of the imageview window?

    How to display the image in the center of the imageview window, if the image is smaller than the window...

    Page {
        Container {
            layout: DockLayout{}
            verticalAlignment: VerticalAlignment.Fill
            horizontalAlignment: HorizontalAlignment.Fill
            ImageView {
                imageSource: "asset:///images/image.png"
                verticalAlignment: VerticalAlignment.Center
                horizontalAlignment: HorizontalAlignment.Center
            }
        }
    }
    
  • How to change the image field captures screenshots automatically from BMP to JPEG

    How to change the image field captures screenshots automatically from BMP to JPEG

    I want to say, when I tap on the screenshot on my keyboard and paste this image in microsoft photo editor or picasa 3.0 areas of the bitmap .bmp. instead of asking the witch I´d field prefer.
    So, I open that image on the brush to convert it to. JPEG.
    It's hick very!
    is it possible to easily me this step and save or paste pictures in JPEG on my files automatically?

    Hello

    I saw that article when I was looking for one that I posted...

    I understand your problem, and the answer is that, to the best of my knowledge... NO..

    Windows records the capture in memory as bitmap, along with, even if you can paste it directly into a folder, it would be in the form of bitmap...

    The best I could find is to use the suggestion in the link I've included which refers to the

    Windows Key + PrintScreen to automatically record is in PNG format in your pictures folder...

    The only way to do what you want is with a 3rd party capture program that can be configured to save in a directory as a specific file type...

    Personally, I use a program called print screen Deluxe for this... it is a purchased program...

    I'm sure you could find something free to do what you need...

    You may need to use a different key for print screen, but the software can allow you to reprogram the PrntScrn key...

  • How to put the image inside the image of the desktop

    Hi team,

    I'm on MAC and I wonder if you could please help by telling step-by-step how to insert the image inside the desktop image in Photoshop. Thank you much in advance.

    Basically what you are looking for, it's transform freely. I hope this video helps.

  • How to check the image source for the image which is losted?

    Hello world

    How to check the image source for the image which is losted?

    If the image source already exists, I can read the PlaceItem.file.fsName.

    But if remove the image of the source, read the PlaceItem.file.fsName will report the error: there is no file associated with this element

    Thank you

    If (app.documents.length > 0) {}

    var sourceDoc = app.activeDocument;

    sourceName = sourceDoc.name var;

    artItem =]

    for (i = 0; i < sourceDoc.pageItems.length; i ++) {}

    artItem [i] = sourceDoc.pageItems [i];

    If (.) TypeName artItem [i] == 'PlacedItem') {}

    If (.imageColorSpace [i] artItem == undefined) {}

    Alert ("the file is the link, but I don't know whether or not the source image is losted");

    }

    }

    }

    }

    Use try/catch to catch the error

    if (app.documents.length > 0) {
        var sourceDoc = app.activeDocument;
        var sourceName = sourceDoc.name;
        artItem = []
        for (i = 0; i < sourceDoc.pageItems.length; i++) {
            artItem[i] = sourceDoc.pageItems[i];
            if (artItem[i].typename == 'PlacedItem') {
                if (artItem[i].imageColorSpace == undefined) {
                    try {
                        var fname = artItem[i].file.name;
                        alert("file name: " + fname);
                    }
                    catch (e) {
                        alert("The file is linking ,but source image is lost");
                    }
                }
            }
        }
    }
    
  • How to change the image on the layer of the photo?

    How to change the image on the layer of the photo? I accidentally chose the wrong design and I'm not able to delete/modify it. Already, I had little work, so the change in office had to happen sooner.

    Sara

    To change the image in the photo layer

    1. Select the layer of the photo in layers;

    2. click on the button to learn more.

    3. delete the current photo;

    4. the layer is reset with no picture

  • How to reach the BIOS in Fusion 5

    MacBook 13 "(early 2008), Intel Core 2 Duo, Lion, Fusion 5, Windows 8 Pro"

    Hello

    I want to open the BIOS settings to see for a PXE network boot option.

    In Guide´and User´s Food Guide beginners I can't find, how to reach the BIOS at startup of Fusion.

    What should do?

    czer27

    As it shows on the screen of the virtual machine, you enter the BIOS by pressing F2 or select the Start Menu by pressing the ESC key.  You must click in the display for it to accept input from the keyboard.  In addition on a MacBook you will also need to press the fn key at the same time with the F2 key depending on how you have preferences in OS X keyboard.

    Take a look on: access the BIOS when the MESSAGE screen cleared too quickly (1004129)

    BTW, you are in the VMware Workstation forum and in the future for VMware Fusion you should post in VMware Fusion® (for Mac).

  • How to rotate the image in the muse of adobe?

    Hello.. I would like to know how to rotate the image in the muse of adobe?

    Use this free widget:

    https://creative.Adobe.com/addons/products/2117#.VXla5jNcOeV

  • I created an animated banner 468 x 60 in edge animate. How to save the image hosted on my desk? (not in HTML)

    I created an animated banner 468 x 60 in edge animate. How to save the image hosted on my desk? (not in HTML)

    Hello

    This feature is not available in Adobe Edge animate. You cannot export as image of the animate edge.

    Publish here describe the options available on board

    M lively help | Publish your content

    Kind regards

    Devendra

Maybe you are looking for

  • K7C85-a: NVY 5540 does not print

    I use a Mac and my ENVY 5540 does not print and has an exclamation mark on the icon on the dock.  I unplugged the printer, the wi - fi connection and the computer nothing works.  I had no problem with my old HP if someone else had problems with this

  • Satellite M40 - drivers PSM42E

    Hello!I'm looking for Satellite M40 272 - PSM42E driver downoad. I found drivers just for the PSM46E (in the section Satellite Pro), but the installation process signals (device not found) errors.Can someone help me?Thank you very much!SARC

  • Billing for family sharing

    is it possible to use family sharing, but continue to make our purchases separately, as before, we used part of family? We use all individual Apple ID and the password associated with them and they charge the same credit card, we would like to be abl

  • HP pavilion a1600n

    Hi, on Saturday, I was using my computer normally, and then when I closed it in the afternoon, I decided to play on it at 20:00, but I noticed it's time, it does not turn, so I tried unplugging everything and unplug the power cord, power, but when I

  • Aspire S3 - will not start with the disc of recovery USB USB ports.

    I try to use a USB drive to recovery W8 (made with the acer recovery management) in my S3-391.  The computer starts not with a USB key into one of the ports.  When turned on, the computer will display the "Acer" screen, then the screen goes black, th