NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on December 19, 2010, 09:21:32 PM

Title: How to put a CR LF into a Browse string column text.
Post 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.   
Title: Re: How to put a CR LF into a Browse string column text.
Post by: terryd on December 19, 2010, 11:56:52 PM
Just a thought - enable XHTML in the entry field?
Title: Re: How to put a CR LF into a Browse string column text.
Post by: Bruce on December 20, 2010, 12:05:18 AM
you should use
<br />
not
<br>
and tick on "allow xHtml" as Terry suggests.

Cheers
Bruce