Johannes Schaefer wrote:
Hi!

I'd like to insert something like this into skinconf.xml

<extra-css>
  div#top { background-image:url('images/top.png'); }
</extra-css>

But I can't locate the place to put top.png.
The path 'image/top.png' obviously doesn't get resolved like
in the XML files.

I'm not sure of the answer, but I can help find out...

How does it get resolved?

You can find out by looking in PROJECT_HOME/webapp/WEB-INF/logs/error.log

Ross