| I'm trying to mirror
<http://seattletimes.nwsource.com/mlk/king/index.html>
I get the same results with WinHTTrack Website Copier 3.30
(+swf) and 3.31-ALPHA-5 (+swf)
Here is the original html
<tr valign=top>
<td><a href="/mlk/king/biography.html"
style="text-decoration:none" target="_top"><img
src="/art/mlk/aboutmlk_biography_th.jpg"
[...]
<tr valign=bottom>
<td><a href="/mlk/king/speeches.html"
style="text-decoration:none" target="_top"><img
src="/art/mlk/label_hiswords.gif" width="220" height="31"
border="0"></a></td>
[...]
Here is what I get
<tr valign=top>
<td><a href="biography.html" style="text-decoration:none"
target="_top"><img src="../../art/mlk/aboutmlk_biography_th.jpg"
[...]
<tr valign=bottom>
<td><a href="/mlk/king/speeches.html"
style="text-decoration:none" target="_top"><img
src="/art/mlk/label_hiswords.gif" width="220" height="31"
border="0">
[...]
While speeches.html has been downloaded, the offline link
has not been modified.
This is also true for many other links to images or html
files with no apparent rule.
Is there a way to have (or force) relative links in the mirror ?
Regards
| |