View Full Version : Trying to import a aspx site
dgatell421635
01-28-2011, 02:12 PM
I am trying to import a aspx site. The images are not being imported. The pages are being recreated and the content is there but the pictures are just showing broken links. Maybe I don't understand how the import works but each category on the site is importing as its own index page.
Jason Byrnes
01-28-2011, 02:38 PM
what is the site you are trying to import.
dgatell421635
01-31-2011, 05:41 AM
http://www.quantumstorage.com
Jason Byrnes
02-01-2011, 03:20 PM
hmmm, it seams to be setting the image source to be one directory off, for example:
<img src="../images/home_off.jpg" border="0" width="106" height="32" alt="Home" class="roll" />
instead of:
<img src="../../images/home_off.jpg" border="0" width="106" height="32" alt="Home" class="roll" />
I have created a support ticket so we can look into this issue further.
To view and edit your support ticket, please log into your support history:
http://www.webassist.com/mywebassist/supporthistory.php
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.