I need to send somebody a website that I'm working on. I want to zip up the folder and send it. How do I make it so that he can view it without going into the html and changing the image source and link sources so that it is not relative to our computer but to his.
regards,
Tyler
who do you share an offline website?
Started by aestheticdawn, Oct 28 2004 02:04 PM
4 replies to this topic
#1
Posted 28 October 2004 - 02:04 PM
#2
Posted 28 October 2004 - 04:24 PM
just make the index.htm thing so its like the images are in images/image.jpg ect, and save your index in a page that has a images folder with the images in, that way both of you can see them
#3
Posted 28 October 2004 - 06:52 PM
thanks for responding, but I'm not sure I know exactly what you mean.
#4
Posted 28 October 2004 - 11:26 PM
You just have to make sure the paths are relative below your index. Like if you have a folder called WEBSITE, and in it you have your index file and all your other pages and all your images are in a folder called IMAGES which is also inside your folder WEBSITE, then everything is fine to send like it is. But if your image files are in a folder called IMAGES in your MY Documents folder and your index file is in a folder called WEBSITE and that folder is in the C:\ then it's not going to work.
#5
Posted 29 October 2004 - 03:55 PM
Make sure your images look like this:
Instead of
<img src="images/image.gif">
Instead of
<img src="C:/Documents and Settings/Jaymz/Website/images/image.gif">
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
