In RW 6 I want to change the header picture in theme Veerle. In setting/code/CSS I wrote url(%resource(filename.jpg)%);
On the website in rw_common/themes/Veerle/consolidated-67.css it is translated to
url(/resources/filename.jpg).
This doesn’t work. If I change the css code in rapid weaver to
url(…/…/…/resources/filename.jpg) it is working well on the webiste. Obviously in Rapidweaver I don’t see the new header.
My site is hesterdijkstra.nl and is hosted on vandenzen.nl in subdirectory public_html/users/hester/portfolio.
Is this the intended behavior of the %resource function in RW 6?