Repeater with HTML Table - Multiline Cells *RESOLVED*
I am binding a Repeater to a dataset object and formating it with an HTML table.
One of my columns contains multi-lined string data seperated by carriage return-line feed characters [char(13)+char(10)]. However, the text displays all on one line.
How do I get it to display with my line seperators?
Re: Repeater with HTML Table - Multiline Cells
Oh, don't worry...I've solved it myself. I need to use the string '<br>' instead to get my line breaks... :o
Re: Repeater with HTML Table - Multiline Cells *RESOLVED*
It's odd. I'll be stuck on a problem for hours, but within minutes of posting here, I find a solution. Maybe I should just post my entire project's documentation...