Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Re: Tables

    "The value you entered wouild make this table become smaller than its minimum size. It will be adjusted to a valid value."

    But when I change the width of the columns individually, it re-sizes the other colums so the overall table width remains the same.
    How can I make all columns and the overall tale less wide?

    Thanks


    yesmaybe webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Tables - do we really need them?
      Are tables and using them just for beginners and newbies? Everything i have built in HTML works just fine using tables but i do find it a little...
    2. one or two tables
      Hello, I'd like to hear what you think about the following - We have an application (database plus software) that is used as a central...
    3. XML and Tables
      Is it possible to put formatting in the XML-file then? So I can generate the format from my program which makes the XML-file... Or can I solve...
    4. SQL tables
      Hello, I am using php to create a form. I would like that forms information to go into a database. When creating tables where the information that...
    5. Look up Tables
      Do you relate look-up table in sql server 2000? Example: MEMBER TABLE STATE TABLE MemberID StateID State ...
  3. #2

    Default Re: Tables

    If your columns have been set to a given number of pixels, say 25, and you
    have 5 columns, then your table MUST be a minimum of 125 pixels wide. Five
    columns times 25 pixels equals 125 pixels. Your table is the "container"
    for ALL the columns, which is why you are being forced to have a table big
    enough to hold the total width of the columns. If you want your table to be
    100 pixels wide, then set the column width to a percentage, rather than a
    fixed number. Example: You want five columns in your 100 pixel wide table,
    then column 1 would be 20% and column 2 would be 20% etc. up to column 5.
    In this way, if you decide to make your table 105 pixels wide later, the
    columns will adjust accordingly.

    Craig.

    "yesmaybe" <webforumsuser@macromedia.com> wrote in message
    news:be3lc0$10$1@forums.macromedia.com...
    "The value you entered wouild make this table become smaller than its
    minimum size. It will be adjusted to a valid value."

    But when I change the width of the columns individually, it re-sizes the
    other colums so the overall table width remains the same.
    How can I make all columns and the overall tale less wide?

    Thanks



    Craig Hartel Guest

  4. #3

    Default Tables

    Hi, just a question about tables - is it possible to make them scrollable???

    For example having some content in the middle of a table that can be
    scrolled up and down?

    If so, how can this be done?

    Thanks alot for your help.



    James Guest

  5. #4

    Default Re: Tables

    James wrote:
    > Hi, just a question about tables - is it possible to make them scrollable???
    >
    > For example having some content in the middle of a table that can be
    > scrolled up and down?
    >
    > If so, how can this be done?
    >
    > Thanks alot for your help.
    >
    >
    >
    >
    In the cell (td-tag) you want the scrollable content, place an iframe:
    <td><iframe scr="foo,html" width="100%" height="100%"
    scrolling="yes"></iframe></td>. Won't work in old browsers, though. Go
    here for details about attributes:
    [url]http://www.w3schools.com/tags/tag_iframe.asp[/url]

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  6. #5

    Default Re: Tables

    On Tue, 15 Jul 2003 13:43:45 +0200, Dan Vendel *GOF*
    <see_my_signature_@_the_bottom_of_the_post.com> wrote:
    ><td><iframe scr="foo,html" width="100%" height="100%"
    >scrolling="yes"></iframe></td>. Won't work in old browsers, though.
    And suffers from all the same usability problems that accompany
    regular framed pages.


    Gary
    Gary White Guest

  7. #6

    Default tables

    have some table that have been created in table 2.5 how can i open this in indesign cs
    Craig_Maconnachie@adobeforums.com Guest

  8. #7

    Default Re: tables

    Cut and paste?
    simon_biddell@adobeforums.com Guest

  9. #8

    Default Re: tables

    If you're referring to Adobe Table, I think you might be able to export
    as tab delimted text and then place that in ID.

    Bob

    Bob_Levine Guest

  10. #9

    Default Re: tables

    Someone also suggested copying and pasting from Table to Excel. Then the Excel file can be opened in InDesign.
    Steve_Werner@adobeforums.com Guest

  11. #10

    Default tables

    hi people, can anyone tell me how do you make the table's row have
    alternate colors.

    thanks.


    al

    junji Guest

  12. #11

    Default Tables

    What is the easiest way to embed a photo on our homepage while having a table
    on the left hand side of the page. We have been trying to import a jpeg onto
    the homepage but the picture always is displayed under the table. Is it best to
    use columns? What is the advantage of using columns?

    Thanks in advance for any advice you can give.

    Danimal_vt 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