When inserting a variable for an image 'Between <head> tag'
background: url('$myImage$');
the HTML code generated by Extension Builder (last update: February 10, 2016) reads
background: url('file://./images/040.gif');
It should be
background: url('images/040.gif');
*** FIXED *** Issue with Extension Builder
Forum rules
This forum section can be used to submit suggestions for Extension Builder.
Note that this section is not monitored for support.
This forum section can be used to submit suggestions for Extension Builder.
Note that this section is not monitored for support.
*** FIXED *** Issue with Extension Builder
Last edited by presto on Fri Feb 12, 2016 10:49 am, edited 1 time in total.
Re: Issue with Extension Builder
this is not an error
background image has its particular "configuration" and the protocol must be included as not all rendering engines allows this, mainly in local images
besides this, you should not have body tags in the head section
background image has its particular "configuration" and the protocol must be included as not all rendering engines allows this, mainly in local images
besides this, you should not have body tags in the head section
Last edited by [RZ] on Fri Feb 12, 2016 10:06 am, edited 1 time in total.
Re: Issue with Extension Builder
Thanks, this should be fixed in 5.3.1