>My ISP offers a personal web space, and I am trying to use it to post >photos of fish taken by me and my friends. So far, all I have >accomplished is to use Fetch for posting a few photos to the site, with >no html stuff or index, and I just send the url of each individual photo >to the list members so that they can click on it and see the fish. Below >is an example. > >http://members.cox.net/billmac22/Bill%20with%2054%20pound%20white%20sea%20b >ass
1. You've put space characters in the filename, which is certain to cause problems. Always use underline instead. 2. You've used uppercase characters which can cause problems in some circumstances - so don't. 3. You have not included the filename extension (eg. ".jpg") 4. Your URL is longer than 70 characters. Make the filename shorter. For example: http://members.cox.net/billmac22/with_white_sea_bass_20lb.jpg 5. Creating a web page with pictures and text is soooo easy! Shameless "plug": see http://www.satcure.co.uk/offer/ (Scroll down to the last item). Martin Pickering (UK) ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

