My suspicion would be with your cdn binding implementation. As an
experiment, if you leave it off, does the url value get updated at all?
background:url("${prop:theme?.imageUrl}") no-repeat top
On Wed, Sep 25, 2013 at 9:22 AM, Borut Bolčina wrote:
> Hi,
>
> what is causing the css style not
Hi,
what is causing the css style not changing in this TML?
${theme.imageUrl}
.tema {
background:url("${cdn:prop:theme?.imageUrl}") no-repeat top
center; height:180px;
}
Look at ${cdn:prop:theme?.imageUrl}
The value ge