How do I get lines of text to wrap within borders of alayer?

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

  1. #1

    Default How do I get lines of text to wrap within borders of alayer?

    I am using Windows XP, SP2, and Dreamweaver 8. I am struggling with the
    transition from building layout tables to building layers, and have spent a
    great deal of time reading books and following tutorials. I keep running into
    a problem which would seem to have a simple solution, but I can't find the
    answer in any of my texts or web searches. I may not be using the correct
    terminology to describe it . . . but here goes.

    Let's say I build the layout first, and it consists of two columns, a left
    sidebar, and a larger layer for content. When I add text to the content layer,
    it does not wrap into several lines, , respecting the right border, as it would
    do in a table. Instead, it continues in one long line, pushing the edge of the
    layer out to the right, destroying the layout.

    What is the solution? Do I need to create a container for the page, before I
    build the rest? Or, is there an attribute that I can apply to the specific
    layer to prevent this problem? Or is it an attribute of the text??

    Can anyone recommend a good entry-level tutorial for me, which would address
    such "beginners" problems? I have found the Dreamweaver tutorial "Creating a
    CSS-based Page Layout" to be very unhelpful. They show you how to make the
    layers, but there is NO information or guidelines on how to fill the layers
    with content so they work properly and maintain their layout. I've also spent
    time studying the Dreamweaver 8 "Missing Manual" from Pogue Press. That book
    has been very helpful, but not with this issue.

    wirebird Guest

  2. Similar Questions and Discussions

    1. Keep all lines together and text wrap problem
      I have my keep options set to keep ALL lines in the paragraph together, but if I have a text wrap that crosses the text block, the paragraph will...
    2. keep lines together doesn't work with text wrap!!
      I have my keep options set to keep ALL lines in the paragraph together, but if I have a text wrap that crosses the text block, the paragraph will...
    3. Text wrap adding a ghost Wrap???
      hello, I was working on creating a clipping mask on a photo by using the pen tool and making a silo. Then I would cut the picture and paste into...
    4. Styles for lines, borders, colors, etc.
      Is there a system analogous to the Paragraph styles and Character styles that can be used for setting colors, line widths, etc. for lines and picture...
    5. Text Wrap around an image pasted into a text box
      This is an imperfect workaround, but I use it quite a bit. Paste your graphic in-line, followed by a hair-space or thin-space. Then format your...
  3. #2

    Default Re: How do I get lines of text to wrap within borders of a layer?

    >I am using Windows XP, SP2, and Dreamweaver 8. I am struggling with the
    > transition from building layout tables to building layers
    There's no need to struggle with this. Just don't do it. Forget layers
    exist. They are not the way to move ahead, and will get you into serious
    trouble if you imagine that they are the next step in your advancement.
    Continue to work with tables as you learn about CSS. When you understand
    that you rarely need to use any kind of positioning, then you are ready for
    the next step: moving from tables to table-less pages.
    > I've also spent
    > time studying the Dreamweaver 8 "Missing Manual" from Pogue Press. That
    > book
    > has been very helpful, but not with this issue.
    No kidding. In fact, the book is COMPLETELY wrong on this issue. Your best
    bet is to take Elmer's Glue and glue all the pages of Chapter 8 together. I
    say that as the Tech Editor of that illustrious tome.... 8)

    Go here -

    [url]http://www.projectseven.com/tutorials/css/qdmacfly/index.htm[/url]
    [url]http://www.macromedia.com/devnet/mx/dreamweaver/css.html[/url]
    [url]http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html[/url]
    [url]http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html[/url]



    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "wirebird" <webforumsuser@macromedia.com> wrote in message
    news:e26048$e5u$1@forums.macromedia.com...
    >I am using Windows XP, SP2, and Dreamweaver 8. I am struggling with the
    > transition from building layout tables to building layers, and have spent
    > a
    > great deal of time reading books and following tutorials. I keep running
    > into
    > a problem which would seem to have a simple solution, but I can't find the
    > answer in any of my texts or web searches. I may not be using the correct
    > terminology to describe it . . . but here goes.
    >
    > Let's say I build the layout first, and it consists of two columns, a left
    > sidebar, and a larger layer for content. When I add text to the content
    > layer,
    > it does not wrap into several lines, , respecting the right border, as it
    > would
    > do in a table. Instead, it continues in one long line, pushing the edge
    > of the
    > layer out to the right, destroying the layout.
    >
    > What is the solution? Do I need to create a container for the page,
    > before I
    > build the rest? Or, is there an attribute that I can apply to the specific
    > layer to prevent this problem? Or is it an attribute of the text??
    >
    > Can anyone recommend a good entry-level tutorial for me, which would
    > address
    > such "beginners" problems? I have found the Dreamweaver tutorial "Creating
    > a
    > CSS-based Page Layout" to be very unhelpful. They show you how to make the
    > layers, but there is NO information or guidelines on how to fill the
    > layers
    > with content so they work properly and maintain their layout. I've also
    > spent
    > time studying the Dreamweaver 8 "Missing Manual" from Pogue Press. That
    > book
    > has been very helpful, but not with this issue.
    >

    Murray *ACE* Guest

  4. #3

    Default Re: How do I get lines of text to wrap within borders ofa layer?

    Murray

    THANK YOU for giving me guidance and "permission" to not continue struggling
    to learn layouts with layers before I'm ready for that step. I redid the layout
    with just tables, and used CSS for everything else. I've made so much progress
    with it this weekend. The site looks and loads fine, thus far, and passes the
    W3C markup validation as it is. When I'm more advanced and secure in what I
    know, I'll go back to learning layers, and will use the tutorial resources you
    recommended.

    I just wanted to express my appreciation for the solid, much needed advice.

    Phil

    wirebird Guest

  5. #4

    Default Re: How do I get lines of text to wrap within borders of a layer?

    You're welcome, Phil!
    > to learn layouts with layers before I'm ready for that step
    I'm going to save you some more trouble. Here's how to layout with layers:

    DON'T.

    See how easy that was?

    CSS layout is NOT about using layers! It's about using the normal flow of
    the code to place things where you want them. It sounds so simple, and it
    really *IS* simple, but we are initially so fixated on controlling layout
    that it escapes us. While the notion of normal flow is simple, the use of
    it to layout your page is sometimes very complex, and individual browser
    'eccentricities' can drive you around the bend.

    The way to approach this is to read and study, and to slowly integrate some
    new uses of CSS into each new project. You'll get there.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "wirebird" <webforumsuser@macromedia.com> wrote in message
    news:e2h4r7$fgh$1@forums.macromedia.com...
    > Murray
    >
    > THANK YOU for giving me guidance and "permission" to not continue
    > struggling
    > to learn layouts with layers before I'm ready for that step. I redid the
    > layout
    > with just tables, and used CSS for everything else. I've made so much
    > progress
    > with it this weekend. The site looks and loads fine, thus far, and passes
    > the
    > W3C markup validation as it is. When I'm more advanced and secure in what
    > I
    > know, I'll go back to learning layers, and will use the tutorial resources
    > you
    > recommended.
    >
    > I just wanted to express my appreciation for the solid, much needed
    > advice.
    >
    > Phil
    >

    Murray *ACE* 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