| Hi
I have a web site that I am trying to burn to a CD so I tried grabbing the
pages using httrack but it seems to be adding /index.html into my html so it
can't find the image.
This is the line I have in my ASP page:
<TABLE width="800" height="533" border="0" align="center" cellpadding="0"
cellspacing="0" id="Table3" STYLE="background-image:
url(images\bulk\g<%=int_g%>sg<%=int_sg%>i<%=int_i%>.jpg); border: 2 ridge
#800000">
So I would expect this:
<TABLE width="800" height="533" border="0" align="center" cellpadding="0"
cellspacing="0" id="Table3" STYLE="background-image:
url(images\bulk\g3sg2i27.jpg); border: 2 ridge #800000">
But it writes:
images/index.html\bulk\g3sg2i27.jpg
as the file name and for some reaon inserts '/index.html'
Does anyone have any ideas why this might be happening?
Regards, Carl | |