Recently, "Thomas Speitel" wrote: > I gleefully put the documentation for my app (OS X) in the second card > with a scrolling field with htmlText including many pictures. Worked > great for a month. Then a few minutes ago I ran the app without the > ethernet connection and found out that the documentation text showed, > but no pictures. The pictures were being retrieved each time from a > distant URL. > > Does anyone know how to lock down the pictures so that they do not have > to be retrieved each time?
You probably have absolute paths assigned your image links in your HTML (ie "http://www.someserver.com/images/myimage.gif"). You should be able to store your images in a local folder and reference their paths accordingly in your HTML source. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
