Re: displaying imported images from within htmltext

2007-01-22 Thread Eric Chatonet
Hi Viktoras, Mark told you about using the imageSource property. As for me I don't like too much to use it: even if it works, it sounds like a workaround: You display an image but it is referenced by a char. When building lists, for instance, you have to plan fake chars then set their imageS

Re: displaying imported images from within htmltext

2007-01-22 Thread Chipp Walters
Or, Just set the htmlText of a given line of a field..like this: set the htmlText of line 3 of fld "hello" to \ "Click Here To EXPAND" Assumes there is an image named "downArrow" on the card. Chipp ___ use-revolution mailing list use-revolution@lists

Re: displaying imported images from within htmltext

2007-01-22 Thread Mark Schonewille
Viktoras, Use the imageSource property. Examples from the docs: set the imageSource of char 1 of line 2 of field "This" to 2533 set the imageSource of char thisChar of field 1 to "Arrow" set the imageSource of last char of me to "binfile:My Image" Best, Mark -- Economy-x-Talk Consultancy and

displaying imported images from within htmltext

2007-01-22 Thread Viktoras Didziulis
how do we display an image imported into the stack's or substack's image library within a field using htmltext img src="" ? Is this possible ? I tried various combinations without any success, and it is likely that the only way to display an image in htmltext of the field is to have it as a file on