Preventing Line Break

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

  1. #1

    Default Preventing Line Break

    I have a ColdFusion page which displays a series of publications from a query:
    [url]http://www.edexcellence.net/foundation/topic/topic.cfm?topic=Dayton%20Projects#publications[/url]

    All of the publications generally display just fine. The title is on the first line and by line is on the next. The problem is that the title "Having Their Say: The Views of Dayton-area Parents on Education" seems to be exactly the width of the column and the <BR> tag adds an extra line (in IE 6).

    To show that it's not the code, you can see the same data display just fine on the home page (where the width of the column is smaller:

    [url]http://www.edexcellence.net/foundation/global/index.cfm[/url]

    Anyone have an idea how to prevent this w/o affecting the layout of the other publications?

    Thanks,
    Tom



    tjelen webforumsuser@macromedia.com 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. line break in a datagrid
      hello to all, how to get an line break from a database to the datagrid? thanks, hannes
    5. Can't seem to remove line break..
      Hello all, In my PHP script I put a text file into a string. Part of that string is read, changed and removed. The while loop continuest to...
  3. #2

    Default Re: Preventing Extra Line Break

    press shift enter



    scrumdidilyumptious webforumsuser@macromedia.com 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