| > I would like to use HTTrack to download a single web page
> which just full with text and several images inside, but
> HTTrack just downloaded the html file for me but not ANY
> images. So, how can I set the HTTrack to do this?
Try to use filters - this is generally the best way to do
this. (Options/Scan Rules)
Like this one:
-* +*.gif +*.jpg +*.png +*.css +*.js
Which should handle most cases. (exclude everything but
images and related links)
| |