Quote: "I tried geocites but they couldn't load my picture..."
What image format did you use? Try converting to JPG or PNG. It's easy for a bitmap to be too large in file size (no compression) and it is not popular for web sites anyway.
--
TAZ
If you get the file uploaded to Geocities, go back to the file manager and click on the New button. This is open of the editor and display an empty shell of an html file. In the file name box, type in a name like screen_saver1.htm. Avoid spaces and special characters when possible. In the text editor, add this line in between the <body> and </body> tags:
<img src="image_filename.png">
Of course, change the file name to match the file that you uploaded.
Save this file and you should go back to the file manager from from there you can click on the VIEW link next to the html file name to review your work. If you like what you see, copy the URL from the address bar and go back to the DBP forum. From there you can post a message (with a meaningful title, "Help me!" is so annoying.) As part of your message paste in the URL of the html page you made. Now, highlight the whole URL and click on the http:// button. This will automatically place href or url tags at the beginning and end of your message.