Jump to content


who do you share an offline website?


4 replies to this topic

#1 aestheticdawn

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 28 October 2004 - 02:04 PM

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

#2 Unreal

    like.. TOTally cool!

  • Members
  • Pip
  • 241 posts

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 aestheticdawn

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 28 October 2004 - 06:52 PM

thanks for responding, but I'm not sure I know exactly what you mean.

#4 theguid

    chewy

  • Members
  • Pip
  • 295 posts
  • Gender:Male
  • Location:Dalton, GA

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 Jaymz

    Retired P2L Staff

  • Members
  • PipPipPipPip
  • 4,104 posts

Posted 29 October 2004 - 03:55 PM

Make sure your images look like this:

<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