Windows Server TechCenter > Windows Server Forums > Hyper-V > Tips! How to insert picture on the Technet forum
Ask a questionAsk a question
 

StickyTips! How to insert picture on the Technet forum

  • Wednesday, August 12, 2009 6:03 AMVincent HuMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi Guys,

     

    Here is a way to insert a picture into the TechNet forum.

     

    1.    Upload the picture to a website. i.e. www.xxx.com

     

    2.    Get the absolute path of the picture, such as http://www.xxx.com/123.jpg

     

    3.    Edit what you post or reply with HTML, see the following screen shot.

    08

     

    4.  Insert the following code in position.

     

    <IMG height=600 alt=08 src="http://www.xxx.com/123.jpg" width=800>


    ===========

    Recently, I found an easy way to insert picture instead of the above steps:

    1.    Upload the picture to a website. i.e. www.xxx.com

     

    2.    Get the absolute path of the picture, such as http://www.xxx.com/123.jpg, paste this address in Internet Explorer, press Enter and you can view the picture in Internet Explorer.


    3. Click on the picture, right click on it, selet Copy.

    4. In the right place of your current post, click Paste.

    Note: In this way, you don't have to modify the size of the picture in HTML.
     

    Hope this can be helpful.

     

    Best regards,

    Vincent Hu