Hi,
I have a browse string column that use a string variable made up of multiple other variables. I would like these variables to show up as separate items on a list in the cell but can't get a carriage return/line feed to show up. <13, 10> puts the CR LF in the source code, but it is ignored by the browser as expected. <<br> and <<br /> are converted to literal text in the source code not HTML tags. Is there anything I can concatenate the text with that will show as a CR LF in the browser?
Many thanks in advance.