Now that you know how to post. It would be nice that you will be able to post images in your posts. What you have to do is to allow <img> tag in your posts and activate Upload module so that you can update the images.
Configure Input formats to allow <img> in your post
- Go to Administer » Site configuration » Input formats.
- Click on the Configure link of Filtered HTML.
- Click on Configure tab.
- In Allowed HTML tags field, add <img>.
- Click on the Save Configuration button.
Activate Upload module to upload files
- Go to Administer » Site building » Modules.
- Check the Upload module.
- Click on the Save Configuration button.
Try to post images
- When you are creating a post, you will see that there is new section called File attachments located near the bottom. Click on it to expand.
- Browse to the image in your computer.
- Click on the Attach button to upload the image.
- Copy the link underneath your image's filename(e.g. http://localhost/drupal-6.16/sites/default/files/monkey_face.png). That is the link that you should paste in your post's Body.
- In the Body textarea, add the <img> tag as follows:
<img src="http://localhost/drupal-6.16/sites/default/files/monkey_face.png" />
- Click on the Save button.
- Here are the results: