| > Thank you for your summary that "there's no
> solution [using httrack]". That will save me a lot of time.
>
> ...
Of course, httrack is excellent for mirroring entire sites.
But for a single page including CSS needed by and images that appear on that
page, you can use wget as follows (thanks to fiomba at linuxforums.org):
Example:
alias wgethtml='wget -E -H -k -K -p -nd -o logwget.txt'
wgethtml --directory-prefix /tmp/test <http://sears.com>
| |