Hi sags, On Sunday, January 16, 2005, 9:03:44 PM, you wrote:
sal> I tried different modifications of code: [...] img: to-image read/binary ... will not work. That's not how you're supposed to load an image; you'll need to use LOAD instead; so either: img: load ... or just supplying the URL to the IMAGE style, that will take care of loading it. You can still use TO-URL if you have a problem with the URL itself, but usually it's an URL encoding issue. (I.e. those %XX encoded characters.) Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
