Log in

View Full Version : I'm stumped on this one... any help?



robbertl
02-06-2008, 09:28 AM
Hello from a new member.

I've been looking at a site called iconkits.com (very nice design).

Just one problem... everytime I try to save a copy of the index page to my computer the background disappears :mad:

I know a little about css and java but am really stumped by this... how is it done and how can I overcome it????:confused::confused:

Any ideas, suggestions welcome.

Thanks

:o

Master_script_maker
02-06-2008, 10:11 PM
almost every thing won't work because all the paths are short (so it is looking for the files on your computer). if you want to fix it, change every path from "/folder/" to "http://www.iconkits.com/folder/" (or "/folder/file.ext" to "http://www.iconkits.com/folder/file.ext") so you are pointing to the folders on the website instead of the nonexistent ones on your computer

robbertl
02-10-2008, 10:48 PM
Thanks for that Master_Script_Maker.... but what if i want to save it locally on my computer for offline use (i.e. no internet connection to the original website).

I have saved all the images locally, downloaded the css and js files and renamed the directions to go to the saved files on my computer.... but still nothing.

Any help appreciated!

Thanks