How to add a picture to your profile

The easiest way to add a photo to your description (in the People page) is in the following manner:

1. Upload a photo to your profile (My account / Edit), the maximum picture size in pixels is 85x85.

2. After saving your changes, view the source code for your profile and search for the HTML tag that contains .jpg--that should give you the filename of your picture on the system.

3. Copy that HTML tag into your own blog post. It should look something like this:
<img src="http://channel.media.mit.edu/ict4d/files/pictures/picture-5.jpg" alt="mihir&#39;s picture" title="mihir&#39;s picture">

4. Enable Full HTML as Input format.

More generally, if you want to add files or pictures to your articles, you can upload them as file attachments in your stories and then reference them.