Results 1 to 3 of 3

Thread: Repeater with HTML Table - Multiline Cells *RESOLVED*

  1. #1

    Thread Starter
    Fanatic Member simonm's Avatar
    Join Date
    Sep 2000
    Location
    Devon, England
    Posts
    796

    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.

  2. #2

    Thread Starter
    Fanatic Member simonm's Avatar
    Join Date
    Sep 2000
    Location
    Devon, England
    Posts
    796

    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.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width