Hello,
I have added a custom field "afbeelding" as type IMAGE,
and upload goes OK; after testing in the folder upload_files/ the file afbeelding_1.jpg is listed.
Then I go to Template Manager and edit detail_link.html
with:
<tr>
<td>Afbeeldingen</td>
<td>
<img src=<%$afbeelding%>></img>
</td>
</tr>
(the table is part of the layout of the HealthLife template)
But the image does not show on the website.
If I look at sourcecode in the browser it shows:
<tr>
<td>Afbeeldingen</td>
<td>
<img src=upload_files/afbeelding_1.jpg></img>
</td>
</tr>
Please advice how I can make the image visible on the website.
thanks and regards,
Wessel


