Text area and Word Wrapping

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Text area and Word Wrapping

    I am creating a email form and am having problems with word wraping in the text
    area. You can view the page and the output if you put your email address in the
    form. The problem is the text areas word wrap when inputting your information
    but all formatting is lost in the email. Even if I add spacing for paragraphs.
    All data is just a big run on sentence.

    Here is the [url]http://www.sailinganarchy.com/classified/test_gearsubmit.php[/url]. I
    am using Dreamweaver * and php.

    Thanks

    webbdawg Guest

  2. Similar Questions and Discussions

    1. Wrapping Text
      How do you get text to wrap around images in Contribute draft pages? I don't see the option...or is this something that has to be done in...
    2. wrapping text around photo
      :confused; How in the world do you get text to wrap around a photo. I know if can be done because I see it on webpages. Is there an html code...
    3. Help!!!! text wrapping only outside of the page!!
      Hi, I have a document with a word document and images placed. Their are no images on the area of the page in question but suddenly my text wraps...
    4. Publisher 2003 and publishing to WEB (word wrapping graphics)
      Hi, I have just recently upgraded from Publisher 2000 to Publisher 2003 (Office Professional upgrade). And I have a monthly newsletter that I...
    5. Word wrapping
      We have a project where we are using the Send2fax.com gateway to send faxes from our web site. Send2Fax does not word wrap emails, so I have to...
  3. #2

    Default Re: Text area and Word Wrapping

    Someone may have tried this because I received this output in an email. You can
    see the formattint is lost.

    Gear Ad:

    Description:
    This is a test. Line 1 Line 2 Line 3 Line 4 -
    Test...test...test...test...test...test...test...t est...test...test...test...tes
    t...test...test...test...test...test...test...test ...test...test...test...test..
    ..test...test...test...done!

    Price:
    test

    Contact:
    This is a test.


    webbdawg Guest

  4. #3

    Default Re: Text area and Word Wrapping

    YOu can use the nl2br() function to retain the spacing.

    Search for it on the web to learn how to use it
    jeremyluby Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139