tags stripped out of text export
tags stripped out of text export
I^m using version 9. When I try to export to a text file, the HTML <br> tag is being stripped out of the field. How can I NOT get that (or any) HTML tag removed?
=> tags stripped out of text export
I am assuming that the problem field is a memo field and not a text field. If that is the case, create a calculated field called BR with the expression:__"<BR>"__the in your memo field replace any <BR> with BR\__R&R will substitute the BR with the contents of the BR field giving you the desired <BR> in the text file output.____Kathleen__R&R Support