Forum Moderators: phranque
Anyone have an idea?
Thanks for your help my friends
If you've used relative url's consistently, you should just be able to zip the whole directory the site's in, and tell your client to unzip it and click on the index.html file in the unzipped directory (try it first). If this doesn't work, see if the css links are relative, and if not, replace them with relative links - and see if you use a <base href=" and if so if this can't be changed to work 'locally,' maybe off of some pre-determined directory on c:\ that your client will have to create. If none of this works, try 'ripping' the site with a utility like httrack, this should put everything into proper relative url format.