dynamic table problem

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default dynamic table problem

    hi

    i want to show a list of all movies i have in my database
    i have created a dynamic table and it shows a list of my movies.
    the problem is that it only shows a list in one line and then goes to next
    page,
    i want 4 table columns in total as i have an image next to it as well.
    i have had a go and all it does is list the same things in both columns.
    how can i make it so that it list it in one line and also the second column
    so having two table columns, goes in one column then follows onto the next
    column.



    dosima Guest

  2. Similar Questions and Discussions

    1. Dynamic table !!
      I am looking for a dynamic table to get en hold the info about the user. When a user is logged on the info such as Email, Name, Last Name should be...
    2. Dynamic table
      I have a very basic understanding of placing a dynamic table on my page. Unfortunately, it's very basic. I want to create a 3 row by 5 column...
    3. Dynamic Table ?
      Sure it's possible .. there is an Excel driver that works pretty much like the Access driver in the MDAC. That said .. I would personally import it...
    4. How to create a table with dynamic table name
      <html><div style='background-color:'><DIV> <DIV class=Section1> <P class=MsoNormal style="mso-layout-grid-align: none"><FONT face="Times New Roman"...
    5. Dynamic Table with Dynamic LinkButtons
      Looks like I'm not the only one to come across this. Found a post 9 months old that deals with the same thing. Here's the fix: Add line:...
  3. #2

    Default Re: dynamic table problem

    Check that you have the repeat region around the <tr> tags of the table and
    not just the <td>

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "dosima" <webforumsuser@macromedia.com> wrote in message
    news:d3iufs$60g$1@forums.macromedia.com...
    > hi
    >
    > i want to show a list of all movies i have in my database
    > i have created a dynamic table and it shows a list of my movies.
    > the problem is that it only shows a list in one line and then goes to
    next
    > page,
    > i want 4 table columns in total as i have an image next to it as well.
    > i have had a go and all it does is list the same things in both columns.
    > how can i make it so that it list it in one line and also the second
    column
    > so having two table columns, goes in one column then follows onto the
    next
    > column.
    >
    >
    >

    Paul Whitham TMM 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