I don't seem to be able to be thinking clearly at the moment so if you could post a snippet of the code in your master template and the one used in the hompage template and tell me about the relation between the two I might be able to figure it out :-)
Why Do not Image render?
I insert this:
<a href="/"><img scr="<umbraco:Item field='logo' recursive='true' runat='server'></umbraco:Item>" alt="Logo" /></a>
but I only see Alt and not Image. Image is from Upload field.
Hi Biagio
are you sure that the image field you're trying to load has been filled in properly? Or that the above have been placed in the correct template?
/Jan
Yes, it filled ok. I've insert Logo field into HomePage Document Type, but for my mistake, I call it from Master Template.
I've create a WebSiteConfig Doc Type, child of any node and without template.
How call logo field from Master Template?
Hi Biagio
I don't seem to be able to be thinking clearly at the moment so if you could post a snippet of the code in your master template and the one used in the hompage template and tell me about the relation between the two I might be able to figure it out :-)
/Jan
is working on a reply...