JD> Also, I have an image in the same folder as the Rebol core and the blog.r script. JD> It is a file named dutch.jpeg. How can I change the parameters JD> below so that the image will load and display....which it does not do now ? JD> JD> photo-file: %/dutch.jpeg JD> photo-text: "Dancinman" JD> photo-link: %/dutch.jpeg
ech... sorry... you should not have images in the cgi-bin folder. You should place content which is not a script under normal web path which is usualy called 'htdocs' or 'www' or 'html' If you have the page with missing image, you can look at the path it's using. For example Carl has his script: http://www.rebol.net/cgi-bin/r3blog.r but image http://www.rebol.net/photos/carl3.jpg so he has: author-photo: %/photos/carl3.jpg d. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
