On 9/21/06 12:37 PM, "Josh Mellicker" <[EMAIL PROTECTED]> wrote:

> I might go the direction of experimenting with the htmlText of the
> field, to see if I can put custom tags in without affecting the
> display, and see if the tags care copied and pasted properly... but
> I'm not sure what dangers might arise if I mess with the htmlText too
> much.

It turns out you can use the "<a name=''></a>" property in HTML which sticks
around and doesn't affect screen display.

Consider:

put "<p>This is a <a name=" & quote & "Howdy!" & quote & ">Test</a><p>" \
   into temp
set the htmlText of fld 1 to temp

--> You see "This is a Test" in the field

put the htmlText of fld 1

--> You see:

<p>This is <a name="Howdy!">Test</a></p>


Will this do what you're looking for?

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]

_______________________________________________
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

Reply via email to