Locking cells in HTML Templete - Dreamweaver

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

  1. #1

    Default Locking cells in HTML Templete - Dreamweaver

    Hello,

    I have created a HTML template using Dreamweaver. In the template I have
    created a layout table (set to 800 pixels wide) and cells within the table to
    designated width. The problem I am having is every time I put content within
    the cells they autostrech instead of dropping to the next line (like word
    wrap). Is there any way of locking the cells to a designated width so when
    content is placed within the cell it drops down to the next line (like word
    wrap) rather than autostreching the cell?

    Thankyou for your help.


    Boki85 Guest

  2. Similar Questions and Discussions

    1. Dreamweaver HTML
      Hi, I am a student learning how to do HTML and I hope 1 day that I can be a professional and make websites for living :P Anyway, I got 1 question...
    2. jscript/html. howto address cells
      Hello New to jscript and I want to control where I write output. From examples I can create <img> and give it name and then use js to write to it....
    3. Contribute locking out Dreamweaver
      What suggestions would you all have for the following situation: We use Dreamweaver to author pages from the ground up; css, tables, design, the...
    4. Cells[].Text or Cells[].Controls[0]
      Folks, The following code illustrates two methods of obtaining the contents of a DataGrid Item. The function has been bound to the ItemCommand of...
    5. Locking down html files
      I have created a website for use on my companies intranet, and would like to be able to prevent access to the html files in order to stop people...
  3. #2

    Default Re: Locking cells in HTML Templete - Dreamweaver

    Are you entering long strings of text with no spaces? Any cell, in any
    table in the universe will stretch to contain this string (unless you use
    overflow:hidden, but then your text gets truncated which is not so desirable
    either). This is not a template issue - it is a table HTML issue.

    --
    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
    ==================


    "Boki85" <webforumsuser@macromedia.com> wrote in message
    news:em9qll$s74$1@forums.macromedia.com...
    > Hello,
    >
    > I have created a HTML template using Dreamweaver. In the template I have
    > created a layout table (set to 800 pixels wide) and cells within the table
    > to
    > designated width. The problem I am having is every time I put content
    > within
    > the cells they autostrech instead of dropping to the next line (like word
    > wrap). Is there any way of locking the cells to a designated width so when
    > content is placed within the cell it drops down to the next line (like
    > word
    > wrap) rather than autostreching the cell?
    >
    > Thankyou for your help.
    >
    >

    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