John May - Point In Space Posted August 15, 2001 Posted August 15, 2001 Not sure how to do it in CDML, but with Lasso: [string_Replace: (field:'yourfieldnamehere'), Find='r', Replace='<br> <br> r',EncodeSmart] - John
Karen Shea Posted August 16, 2001 Posted August 16, 2001 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!
Vaughan Posted September 10, 2001 Posted September 10, 2001 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 ]
Tyfud Posted September 14, 2001 Posted September 14, 2001 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.
Recommended Posts
This topic is 8462 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now