
Originally Posted by
FSGDAG
Your going to need an <if> <then> statement. Basically telling it, IF extra_image1 and extra_image2 exists THEN show the image, ELSE dont display anything.
That's pretty much it. Thank you.
The problem is the code. Anyone can help?
This is what I have:
PHP Code:
<a href="../../<%$mainimage%>" rel="example1"><img border="0" width="100" align="top" src="../../<%$mainimage%>" /></a>
<a href="../../<%$extraimage01%>" rel="example1"><img border="0" width="100" align="top" src="../../<%$extraimage01%>" /></a>
<a href="../../<%$extraimage02%>" rel="example1"><img border="0" width="100" align="top" src="../../<%$extraimage02%>" /></a>
Thanks