Table won't format...why?

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

  1. #1

    Default Table won't format...why?

    I am a newbie, kind of. I had a dreamweaver class a few years ago, but can't
    remember much. I am trying to format a table so it fits the whole screen. Is
    that the best way to do it? This is my code right now:

    <TABLE frame="above" id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION:
    absolute; TOP: 8px"
    cellSpacing="0" cellPadding="0" width="100%" border="1" height="100%"
    align="center">
    <TR>
    <td height="10%"></td>
    </TR>
    <TR>
    <td></td>
    </TR>
    <TR>
    <td bgColor="gainsboro" height="10%"></td>
    </TR>
    </TABLE>

    Please help me so I can continue! Thanks!

    brendalisa Guest

  2. Similar Questions and Discussions

    1. Table Format
      Is it possible to modify Contribute's predetermined table formats so that only table styles contained within the style sheet can be used?
    2. Table format needs php correction
      Hi! This is a problem of the table formatting on a form in MySQL and PHP. It may be in the HTML table code. The problem is one that must be...
    3. ACT (color table) file format
      I have color information (data sets read from a spectrophotometer) that I need to get into an ACT (color table) file. I am looking for the file...
    4. Table Format and Properties
      Hello, I have made a table and ironed out some of the glitches with it. Thanks for help before on that (I bizarrely posted the Q's in the...
    5. exporting a table for a format txt
      I need to create a form of exporting a table for a format txt. I know that can create a macro for that and tie I already did. Only that to macro...
  3. #2

    Default Re: Table won't format...why?

    If you'd ask me: that would work fine. I have my questions about the
    frame=above parameter - you may have some specific intentions with it that
    don't ring a bell with me - but the width=100% and height=100% should suffice.
    But have you tried the Preview mode in DW? That might be the solution to check
    right away?

    -t-

    TomJ_NL Guest

  4. #3

    Default Re: Table won't format...why?

    On a page with a valid and complete doctype, that method will fail. This
    means any page created in DMX2004.

    To read more about 100% height, go here -

    [url]http://www.apptools.com/examples/tableheight.php[/url]

    By the way, why are you positioning the table?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "brendalisa" <webforumsuser@macromedia.com> wrote in message
    news:d60brm$qlh$1@forums.macromedia.com...
    >I am a newbie, kind of. I had a dreamweaver class a few years ago, but
    >can't
    > remember much. I am trying to format a table so it fits the whole screen.
    > Is
    > that the best way to do it? This is my code right now:
    >
    > <TABLE frame="above" id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION:
    > absolute; TOP: 8px"
    > cellSpacing="0" cellPadding="0" width="100%" border="1" height="100%"
    > align="center">
    > <TR>
    > <td height="10%"></td>
    > </TR>
    > <TR>
    > <td></td>
    > </TR>
    > <TR>
    > <td bgColor="gainsboro" height="10%"></td>
    > </TR>
    > </TABLE>
    >
    > Please help me so I can continue! Thanks!
    >

    Murray *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