Answered
Cfif and displaying images.
Here the issue.
My company has an Events page user put events onto it.
Well If the company is runing it my boss wants to show an image.
The yes/ no or true /false will come from an admin form.
So what would the <cfif> look like?
<cfif (yes)>
<img src="image.jpg">
</cfif>
I think that is close not sure what does between <cfif> and (yes) though.
Thanks for the help
My company has an Events page user put events onto it.
Well If the company is runing it my boss wants to show an image.
The yes/ no or true /false will come from an admin form.
So what would the <cfif> look like?
<cfif (yes)>
<img src="image.jpg">
</cfif>
I think that is close not sure what does between <cfif> and (yes) though.
Thanks for the help