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

  1. #1

    Default table layout

    this is probably just a simple one, but i'm a simple person, so here
    goes................

    i've created a small table in dm8 to display some record set records. i've set
    the row as a repeat region, and all the correct data is shown.

    however, the prolbem is that the records are not being rapped into a new row,
    they are just being displayed horizontaly like:

    name number address name number address name number address

    instead off:

    name number address
    name number address
    name number address etc.

    i'm sure there is a simple solution, but i can't find it! please help!


    malcster2 Guest

  2. Similar Questions and Discussions

    1. Problem with Layout Table
      It seems that my regular tables are staying stationary. However, My layout Table will not, it moves all over the place. Is there a property where...
    2. Layout Table/Frame Help!!!
      I have been trying to create a layout in Dreamweaver MX 2004. Basically, I have series of thumbnails on the left and a larger preview on the right...
    3. Record Set table layout?
      I don't have a problem laying out a recordset in php/mysql, but each record is returned in a single row of a table file. Is there a way to return...
    4. HELP WITH LAYOUT TABLE PROBLEM!!!
      This is probably a really sime problem, but when i put 2 layout tables (on above the other) on two different frames (one above the other) the same...
    5. table layout vs. dhtml
      I worked on my webpage with firework. Then I posted some question in w3c related forum. Those people seem to be telling me not to use table to layout...
  3. #2

    Default Re: table layout

    it normally happens when you define the table width in percent instead of
    pixels. if the table width is 100% then the table and cells will expand
    according to browser width so define the width in pixels and see it now. it
    will work.

    gaurav_ch 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