I have a umbraco item field - image upload. I would like to know if there is a way to have a default image just in case there is no image uploaded in the item field of any particular page.
As a default I would prefer to have a Umbraco Macro called that will display a image.
Default Umbraco Item Field
I have a umbraco item field - image upload. I would like to know if there is a way to have a default image just in case there is no image uploaded in the item field of any particular page.
As a default I would prefer to have a Umbraco Macro called that will display a image.
Well, I have soved the issue.
I created a Macro with <xsl:choose> that would diplay the default image when the umbraco item field is null.
Thanks.
is working on a reply...