Fld image

FlexibleLearning at aol.com FlexibleLearning at aol.com
Wed Dec 8 12:13:47 EST 2004


See the imageSource property in the docs, Simon. Meanwhile, this may give  
you a few ideas. Images are always positioned in-line...

To embed:
set the imageSource of char n of fld tFld to imageID
 
Fld script:
put the imagesource of the clickCharChunk into  theClickImageSource
switch theClickImageSource
case  imageID1
...
break
case  imageID2
...
break
end switch
 
/H
 
I have seen a few posts about embedding images into a text fld, but now  
that I need to actually do this myself I'd like to know if any samples  
or articles exist on the topic.

I need to embed an image into a fld  and have 2 or 3 lines of text 
aligned to the right side of it (may need to  place two flds side by 
side?).  The crux here though is to make the  images clickable.

Sincerely,
Simon




More information about the metacard mailing list