Help with displaying a simple image

I have just now downloaded and extracted grav to a local mampserver. I have created 3 pages that work and show up in menu.

I am attempting to display an image on a page without success.

Created an image folder in the following path

C:\wamp\www\user\pages\01.home\images

Placed support_agent.png in the above folder and

added the following MD on the page

(images/supportagent.png)

I am using MarkdownPad (if that makes a difference)

The preview in Markdown pad displays the image but the page will not. I have also placed the image in various folders without success

Don’t put the image in a subfolder, simply drop the image into your 01.home/ folder and referenece it like this:

![](supportagent.png)

Hey Andy! Does not work here? I thought I already did that before?

It can work if you had the appropriate folder structure. Check this out the image linking guide in the docs.