Shari wrote:
I wonder if I could create the template letter in Word, have Word turn it into HTML for me, and store the HTML file in a folder... have Rev open the file, read it, change it, and paste it into the field, then print?
That's what I usually do. Create your styled text letter, using some kind of tag for each replacement text. For example, if the styled text is in field 1, something like this:
get the htmltext of fld 1 replace "***NAME TAG***" with nameVar in it set the htmltext of fld 1 to it -- 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
