Question
cfif not exists
Hi.what would be the code look like when I want to say type
no image when there is no image on the images folder?
this one didnt work:
<cfif isDefined("getBrands.cat_level2_image")><img src="#imagePath#images/logoImages/#getBrands.cat_level2_image#" /></a><cfelse>No Image</cfif>
this one didnt work:
<cfif isDefined("getBrands.cat_level2_image")><img src="#imagePath#images/logoImages/#getBrands.cat_level2_image#" /></a><cfelse>No Image</cfif>