Mark, Thanks so much! That is exactly what I needed.
Chris Sheffield Software Development Read Naturally -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Brownell Sent: Wednesday, January 07, 2004 10:15 AM To: How to use Revolution Subject: Re: htmlText and links On Wednesday, January 7, 2004, at 07:45 AM, [EMAIL PROTECTED] wrote: >> Is it possible to do something like this? >> >> <a href="A <b>ball</b> is something that you bounce.">ball</a> >> >> I know the above does not work because I've tried it. I'm wondering >> if >> there is some kind of escape character that will allow me to literally >> include the tags in the href, then I could set another field's >> htmlText > to >> that. Is this even clear? :-) <a href="A <b>ball</b> is something that you bounce.">ball</a> have your roll-over handler or your mouseClick handler put this href= anchor into an off screen field using set the HTMLText of fld "offScreenField" to myAnchorVar then put that field's text into variableX and have your roll-over handler or your mouseClick handler display it using set the HTMLText of field "Definition" to variableX. Good luck, this is an untested idea that I use for embedding attributes in unorthodox tag sets & that work for me. Mark _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.558 / Virus Database: 350 - Release Date: 1/2/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.558 / Virus Database: 350 - Release Date: 1/2/2004 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution