|
-
Apr 14th, 2005, 07:33 AM
#1
Thread Starter
Fanatic Member
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?
Last edited by simonm; Apr 14th, 2005 at 07:37 AM.
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
-
Apr 14th, 2005, 07:36 AM
#2
Thread Starter
Fanatic Member
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...
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
-
Apr 14th, 2005, 07:47 AM
#3
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|