On Fri, Oct 1, 2010 at 12:34 PM, Jeff Massung <[email protected]> wrote:
> On Fri, Oct 1, 2010 at 9:37 AM, Andre Garzia <[email protected]> > wrote: > > > Hello there Ray, > > > > How do you set the image? Is it an ID reference like: > > > > <image src="1091"> > > > > > Holy crap does that work? I was doing it the hard way. And don't ask me > what > that was, cause I'll feel really stupid if I post it. ;-) > Basically the src attribute of the img node is used as the value for the imagesource property. The imagesource property can be a value like image ID, image Name, image URL or empty. If using an image URL which is what Ray is using, one thing to keep in mind is the defaultfolder. He uses a relative folder in the assignment, if the application run as an administrator or as a common user has a different defaultfolder, then the relative path will break. HTMLText: http://docs.runrev.com/Property/HTMLText ImageSource: http://docs.runrev.com/Property/imageSource > > Jeff M. > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.andregarzia.com All We Do Is Code. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
