Thanks guys, this works great.

:)


On Dec 8, 2004, at 12:13 PM, [EMAIL PROTECTED] wrote:

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


_______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard


Sincerely,
Simon

_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to