Hi i am trying to have an image before the download link.
i have set the custom output format to:
<img src="{image-url}" class="dlimg"> Download: {title} - {description}
this gives me:
<img class="dlimg" src="{image-url}"/>
Download:
test
- test
ie. the image url doesn't get unpacked.
if i try set the custom output format to:
"{image-url}" Download: {title} - {description}
then it puts in the actual image-url as text.
Is there a way to get an image by the download link?
in the post i am using the pulldown menu so post reads:
[download id="1"]
cheers
elvis