I added the "page attachment" extension to my Radiant CMS instance. Now all I want to do is attach an image and display it in a page. So far, I am unable to do this basic function without resorting to using raw HTML <img/> tag.
I tried this: <r:attachment:image name="mypix.jpg"/> but that doesn't work. The only thing that works for me is to upload the image, then hover the mouse of the the link to get the file name, e.g. "/page_attachments/0000/0006/mypix.jpg" and render it with: <img src="/page_attachments/0000/0006/mypix.jpg" />
