A bit simpler:

<cfif IsDefined('query.picture')>
<img src="#picturefilename#" etc.>
</cfif>


Or if you needed to point out the absense of a pic

<cfif IsDefined('query.picture')>
<img src="#picturefilename#" etc.>
<cfelse>
<b>No Picture Available.</b>
</cfif>



H.



=========================
Howard Owens
Web Producer
InsideVC.com
mailto:[EMAIL PROTECTED]
=========================


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to