PDA

Click to See Complete Forum and Search --> : Repeater with HTML Table - Multiline Cells *RESOLVED*


simonm
Apr 14th, 2005, 07:33 AM
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?

simonm
Apr 14th, 2005, 07:36 AM
Oh, don't worry...I've solved it myself. I need to use the string '<br>' instead to get my line breaks... :o

mendhak
Apr 14th, 2005, 07:47 AM
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...