hi...
if I use images in the style sheet (.css) as
background: url("images/someimage.gif");
those images are not copied/used when the template is created.
images directly used inside template html are copied properly but this ia a very important feature of CSS that allows you to change the image without having to re-build your htmls again.
-- vaatsaru
