| When I download a site and store it in the site-structure
mode the .css is not used.
The .css is downloaded (from an external site that I
included in the filter), but is not found/used.
When I download the same site and store all files in 1
directory, the .css is downloaded AND can be found and
used.
What should I do:
- move the .css to the root-directory of the downloaded
structure (how do I do that)?- put all files in 1 directory? (to many files,
not a good
option)
- other ....
Description:
Web Adressess URL:
www.xxx.bogus.com
Filter:
+*.css +*.js -ad.doubleclick.net/*
+*.gif +*.jpg +*.png +*.tif +*.bmp
+*/www.bogus.com/data/css/*
Dowloaded Index.html:
</script>
<noscript><link rel="stylesheet"
href="../bogus.com/data/css/v11/r1.css"
type="text/css"/></noscript>
Downloaded stucture:
> DOGUSDIR\storage\index.html
> BOGUSDIR\bogus.com\data\css\v11\r1.css
Thank you for your help!
| |