Ok then so what happens if you're away from home (and you don't have a laptop) to edit your pages while you're away?
A friend or work place says that you can access the page from their computer, but you don't want to fill up their hard drive with all your images...
Here's what I suggest you do, when you put an image on the page, use the full path address for the image, no matter how small or large it is.
For example, if you're using something like Dreamweaver to create your pages you'll have a root tree at the side of your screen showing you all the pages in your site, and if your organized enough you'll have an images folder with all your site images in.
The way that Dreamweaver will take your images from this folder and place them on the site is to link them like this...
- Code: Select all
/images/image.png
This is fine as long as you are editing your site from the same computer all the time...
What I suggest is that you put the whole path name in the image field like this...
- Code: Select all
http://www.mysite.com/images/image.png
This way when you take the page that you're editing you don't really need to take the whole images folder with you too.
You can make whatever edit you need to and then when you go to preview the page you've just edited the page will draw the images from your host rather than the hard drive.
Saves space and time with the up and downloads!
This also means that once you have all your images uploaded to your host you don't need to keep them on your hard drive all the time, they are on the web ready for you to use!
----------------------------
Just remember you need an Internet connection that is always on for this to work properly!












