NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on December 19, 2010, 09:21:32 PM
-
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.
-
Just a thought - enable XHTML in the entry field?
-
you should use
<br />
not
<br>
and tick on "allow xHtml" as Terry suggests.
Cheers
Bruce