Thanks!
Excuse me I did'nt understand where to look ...
It works perfectly!
But, someone knows how to display images next to each other?
Because with this code:
PHP Code:
<if condition="$post[field10]"><img src="$stylevar[imgdir_misc]/$post[field10].gif" border="0" alt="$post[field10]" /></if>
<if condition="$post[field11]"><img src="$stylevar[imgdir_misc]/$post[field11].gif" border="0" alt="$post[field11]" /></if>
The images are displayed one below the other.
Should we replace the loop "if" or something else?