| Subject: Re: background-images |
Author: walter |
Date: 07/23/2012 15:16 |
| | over here the problem was that the background URL was not wrapped in quotes.
Putting double-quotes around finally made httrack download those files as
well.
Eg.
background: url(../img/bg.png);
-> httrack does NOT download the file
background: url("../img/bg.png");
-> httrack DOES download the file
hth,
walter | |
|
|
|
|
9
Created with FORUM 2.0.11