Table (w. dropdown) allign

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

  1. #1

    Default Table (w. dropdown) allign

    I built a page , with a table and in the table a dropdown menu. Bunch of slices
    and roll overs in there.

    Before I added the dropdown menu, I could select table in Dreamweaver and in
    the properties sellect allign Center so that the table (the actual only
    content) would be centered when viewed in browser.
    Now, with dropdown function (whole table plus dropdown built in fireworks)
    when I select the table, I cannot figure out how to allign: Center my table on
    the page - the option to allign is not available in the properties.

    Tried to keep this short, but still understandable - hope I succeeded.
    Any help would be appreciated.

    NukeNiNe Guest

  2. Similar Questions and Discussions

    1. Edit Mode - How do I populate dropdown in edittemplate from dropdown in another column?
      I have a datagrid with 2 columns that I want to interact when I'm in Edit Mode. I've reproduced just the columns I want to interact below. I can...
    2. #25473 [Opn->Bgs]: Updating single row in table causing all rows in table to be updated.
      ID: 25473 Updated by: sniper@php.net Reported By: jim at bluedojo dot com -Status: Open +Status: ...
    3. #25473 [Fbk->Opn]: Updating single row in table causing all rows in table to be updated.
      ID: 25473 User updated by: jim at bluedojo dot com Reported By: jim at bluedojo dot com -Status: Feedback +Status: ...
    4. #25473 [Opn->Fbk]: Updating single row in table causing all rows in table to be updated.
      ID: 25473 Updated by: sniper@php.net Reported By: jim at bluedojo dot com -Status: Open +Status: ...
    5. Could not load type VTFixup Table from assembly Invalid token in v-table fix-up table.
      We are getting this error after clearing the web.config of database infomation - even after using the wizard to re-enter the information. I could...
  3. #2

    Default Re: Table (w. dropdown) allign

    Never mind, I got it, after hours of searching, it was in the CSS:

    div.container {
    position: relative;
    margin: 0 auto;
    width: 780px;
    height: 432px;
    }

    IN STEAD OF margin: 0px
    NukeNiNe 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