Mark Stuart wrote:
Hi all,

Richard - the html entity that didn't "convert" was the quot, starting with
& and ending with semi-colon ;

The htmltext can only be applied to fields; it won't work in variables. So you need to do what Richard suggested -- he's using the templateField (which is a sort of artificial temporary construct) but you can use a real field directly. For example, assuming a variable that contains your html:

  set the htmlText of fld 1 to myWebText

For the most part I've had very good luck with htmlText, and it is much easier to let the engine do the work.

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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