Hi
Can someone help me out with a bit of code?
I have a mixture of links - some have images and some don't.
I am using the following code to display images in areas where I want to have them displayed:
<img src="<%$site_url%>/<%$image%>">
However, using this code, links without an image display the cursed red cross.
What I need is an if statement to test if an image is present.
Regards
Millards



