Code:
photos[0]="C:\Documents and Settings\Daniel\My Documents\BellaDonnaBraceletonhand.jpg"
That will only work on your computer though, and you may have to use %20 in place of the spaces or maybe even have to write the path using the old 8.3 directory naming conventions. To have it work on the web, you upload 'BellaDonnaBraceletonhand.jpg' to your site and make the path point to where you put 'BellaDonnaBraceletonhand.jpg'. It is much easier if you put your picture in the same directory as your web page, both on your computer and on the web. Then you can use:
Code:
photos[0]="BellaDonnaBraceletonhand.jpg"
Bookmarks