Thanks for letting us know.
This is working as expected.
The way this handled cannot be changed because it is determined by the
browser.
<img src="images/pic_1.jpg"
But you can do
<img src="{{=URL(r=request,c='static',f='images/pic_1.jpg')}}"
cannot
On Aug 12, 5:38 am, "Sebastian E. Ovide" <
sebastianov...@gmail.com>
wrote:
> You are right Massimo. The CSS works fine. So we can close the bug as "not a
> bug" or "cannot reproduce" etc...
>
> The images missing were not part of the CSS Template... they are in the
> HTMLs...They include images using relative paths everywhere....
>
> <img src="images/pic_1.jpg" .....
>
> and this is translated ashttp://local/images/pic_1.jpg