Wednesday 09 April 2003 10:53:17 am
I would liek to know how to take the foloowing scenario and show the image in the page. Please see description below.
Say I have a folder tree in admin interface like:
Static
Static/Header Static/Footer
And inside the Static/Header/ I have an image object that I added. So: Static/Header/MyImage In my template, I want to:
1. Seek out the image in "Static/Header" with priority of 1. 2. Display image on page. My problem is that I can get the item returned via fetch but cannot figure out how to render the image object to the page (i.e. get a filename from it so I can display using standard "<img src=" style-tags).
Please help!
Thanks, Matthew Ray
|