Line break in output from a access Database

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Line break in output from a access Database

    I am using a cfform with the cfformitem tag style text to output a field from
    my database. I cannot seem to be able to do the line break that is present in
    my table. I have tried putting the tag <br /> directly in my table but tit's
    not working. Could someone help me.

    I am pretty new in database driven web site so any help would be appreciated.

    I have included the basic code for my test.:confused;

    <cfformitem type="hrule"/>
    <cfformitem type="text">
    <cfoutput>#rsProduits.carateristiqueDVR#</cfoutput>
    </cfformitem>
    <cfformitem type="hrule"/>

    poirot Guest

  2. Similar Questions and Discussions

    1. How do I put line break in my asp page?
      Try: <br>&nbsp;<br>&nbsp;<br> "Jules" <jules.farrell@james-chapman.co.uk> wrote in message...
    2. line break
      I can't seem to get the line break to work in Contribute, so when I hit SHIFT + ENTER, it still gives a Paragraph tag. According to the help, it...
    3. Forced line break changes previous line endings
      Gang-- Give this script a try. It's quite experimental (i.e., use at your own risk), but in my tests it actually works to "freeze" the line...
    4. break access database lock in mx?
      all, I'm trying to remotely compact an access database that holds all client variables. problem is, the ldb lock is there and i don't know how to...
    5. flash asp access LINE Break!
      I have a problem when I try to pass data from a flash form through asp to a ms database. while i was typing data into the flash text box, i...
  3. #2

    Default Re: Line break in output from a access Database

    Ok i found my answer using the style html instead of text
    poirot Guest

  4. #3

    Default Re: Line break in output from a access Database

    Other than putting a break tag directly into your record, how do the line breaks in your data get generated in the first place?
    Dan Bracuk Guest

  5. #4

    Default Re: Line break in output from a access Database

    In this particular table, information on relevant parts is display. That
    information could contain more than one one paragraph. Placing line break and
    paragraph break was important in order to maintain lisibility.

    But Like I sais I figured it out. But thanks a lot for the time you took to
    answer.

    Poirot

    poirot 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