Quote:
| <img src="{$link_field1}" height="100px" alt="Resim Yok" style="float:left; padding-right:10px;padding-top:0px;"/> |
I would like to need help with the coding that when there is No image url submitted then the image location should be empty instead of "x"
I should write a code smilar to this
Quote:
|
{if $link_field1 eq notnull} <img src="{$link_field1}" height="100px" alt="Resim Yok" style="float:left; padding-right:10px;padding-top:0px;"/> {else} leave it empty {/if} |




Linear Mode




