August 15, 200124 yr Not sure how to do it in CDML, but with Lasso: [string_Replace: (field:'yourfieldnamehere'), Find='r', Replace='<br> <br> r',EncodeSmart] - John
August 16, 200124 yr Are there any other ways to include line breaks to show up in html with out having the ,raw in the field name and including <p> paragraph tags where you want breaks?? This method seems like such a mistake!
September 10, 200124 yr Use the break option... [FMP-Field: fieldname, break] Of course this only works if the string has carriage returns in it. [ September 10, 2001: Message edited by: Vaughan ]
September 14, 200124 yr Vaughan: the break option will also pull any tabs they insert into the text field. ie. "Shift + CTRL + Tab" (the command key I think if you are on a Mac). But yes, the "<br>" tag is nicer.
Create an account or sign in to comment