Pressing Enter screws up my template - line breaksimages

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

  1. #1

    Default Pressing Enter screws up my template - line breaksimages

    OK I am using a template. I have defined an editable region. When I press enter
    inside the region the navigation panel on left breaks apart. How can I get it
    to just do a line break without messing with the the other images?

    layziebone123 Guest

  2. Similar Questions and Discussions

    1. cloneModelFromCastMember screws up motion
      Hello A cast member has an object with some children. They both have a keyframe animation. It works just fine when I put this member into a stage...
    2. Append a text line by pressing a submit button
      Hi, I made a small text field form, now I want to append the name of the text to a new line by pressing a submit button. The form action =...
    3. input=text fires Submit when pressing Enter
      Hello I have some textboxes (input type=Text) in a Form. In some Forms if I Press Enter while I am in the Textbox It causes a Submit. The...
    4. Get text in TextBox without pressing Enter key
      I want to enter characters in a TextBox in a WebForm, press a Button in the WebForm, and read the characters that were typed into the TextBox from...
    5. XP Pro Upgrade screws Norton
      Yesterday I upgraded my OS from Win 98SE to XP Pro. I found that a few programs had seized to work after the upgrade, 2 of which were norton...
  3. #2

    Default Re: Pressing Enter screws up my template - line breaks images

    First of all, template regions are NOT layout regions. You issue has
    nothing to do with templates. It is strictly related to the way you have
    built your tables.

    Your best bet for controlling spacing issues like that would be to have each
    cell's contents in a separate 'nested table. That way, changes in the shape
    of one cell wouldn't affect the shape of an adjacent cell.

    To get lines of text that are directly adjacent, just use CSS to control
    your paragraph margins -

    p { margin:0; }

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


    "layziebone123" <webforumsuser@macromedia.com> wrote in message
    news:eda1ib$ml3$1@forums.macromedia.com...
    > OK I am using a template. I have defined an editable region. When I press
    > enter
    > inside the region the navigation panel on left breaks apart. How can I get
    > it
    > to just do a line break without messing with the the other images?
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Pressing Enter screws up my template - line breaksimages

    Thanks for the reply, I understand what to do now. But, it looks like my current page is one big layout table - When I click to draw a new nested table it will not let me.

    How do I fix that?
    layziebone123 Guest

  5. #4

    Default Re: Pressing Enter screws up my template - line breaks images

    > How do I fix that?

    By a) never building a page inside of one monster table (this means you must
    never use a graphics editor to write your HTML), b) never using DW's Layout
    mode, and c) spending some time learning HTML and tables so that you can
    achieve (a) and (b).

    If you would leave Layout mode (and never return), you will be able to do
    whatever you want with your tables.

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


    "layziebone123" <webforumsuser@macromedia.com> wrote in message
    news:eda535$qid$1@forums.macromedia.com...
    > Thanks for the reply, I understand what to do now. But, it looks like my
    > current page is one big layout table - When I click to draw a new nested
    > table it will not let me.
    >
    > How do I fix that?

    Murray *ACE* Guest

  6. #5

    Default Re: Pressing Enter screws up my template - line breaksimages

    Can you please just tell me how to fix it? this is the last thing I need to
    figure out and i am golden. I used photoshop to design it, made my slices and
    whatnot, saved for web, and open it in dreamweaver. I never used layout mode...
    I only entered it becasue i was trying to read their help files how to add
    nested tables like you said.

    layziebone123 Guest

  7. #6

    Default Re: Pressing Enter screws up my template - line breaksimages

    Ive been thinking about it and this is my idea, not sure if its the easiest
    though:
    export all images from photoshop but not the html
    make a blank html page in DW
    piece together and record all the dimensions of where the images go
    aka: reconstruct all the slices as tables in DW

    layziebone123 Guest

  8. #7

    Default Re: Pressing Enter screws up my template - line breaks images

    Excellent approach. HOWEVER, if you are not comfortable with HTML, and
    don't understand HTML tables, you will likely end up in the same place.

    Before attempting this, please read this -

    [url]http://apptools.com/rants/spans.php[/url]

    then read this -

    [url]http://www.dwfaq.com/tutorials/Tables/flexible_tables.asp[/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
    ==================


    "layziebone123" <webforumsuser@macromedia.com> wrote in message
    news:edaf86$7sl$1@forums.macromedia.com...
    > Ive been thinking about it and this is my idea, not sure if its the
    > easiest
    > though:
    > export all images from photoshop but not the html
    > make a blank html page in DW
    > piece together and record all the dimensions of where the images go
    > aka: reconstruct all the slices as tables in DW
    >

    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