No Image Handling in Transformations
Forum Post
Feb 12, 2012
Dear Kentico, in Kentico 5 we used to handle empty image fields (of document type file) like this: <%# IfEmpty( Eval("picture"), "", "<div style=\"float: left; padding: 10px 20px 20px 6px; margin: 0 20px 0 0; background: #FFF;\">" + GetImage("picture", 120) + "</div>" ) %...