Hi Graham, if you want to go Livecode you could put a handler in the field that contains the htmlText of your original field
------------- on textChanged set the htmlText of field "fText" to me end textChanged ------------- That way you would have immediate feedback. Or if you want to be more cautious create a new field which is a copy of your original field, work the html changes into that field and when you are satisfied copy the the htmlText of your working copy to the original field. That way you will also see if the somewhat limited html of Livecode applies. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/HTML-muddle-tp4689010p4689013.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode