A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Double return?

  1. #1
    Member
    Join Date
    Jan 2003
    Posts
    45

    Double return?

    How do I insert returns in my the text files that I load into dynamic textfields? If I create a hard return in the txt file it creates a double spaced document how to I have it make a single spaced one?

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Try %0D

  3. #3
    Member
    Join Date
    Jan 2003
    Posts
    45
    yeh that worked but does it still all have to be on one line...is there any way that I can type it and have it preformatted in the text file...to make it easier for somone with little knowledge of HTML to update...that was more of what i was getting at...I kinda wanted to avoid the HTML codes...

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    What's more easier than typing all in one line, and adding one %0D for a paragraph? Wordwrap and your defined textfield's width would take care of the rest, no?

  5. #5
    Member
    Join Date
    Jan 2003
    Posts
    45
    yeh...I just think that it would be cooler if you could format it in a text file and it would show up that way in the dynamic text field...

  6. #6
    Member
    Join Date
    Jan 2003
    Posts
    45
    also what is the code for putting an apostrope (') in the text field...

  7. #7
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Using html formated text?

    %27

    Try: http://www.asciitable.com/

  8. #8
    Member
    Join Date
    Jan 2003
    Posts
    45
    thats a good link I bookmarked it thanks...

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

HTML5 Development Center