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

  1. #1

    Default Table formating

    I am trying to get a page to look a certain way and it seems to behave its own way. I use talbes to do my formating, but a column in the middle seems to change everything. Help!
    crisJensen Guest

  2. Similar Questions and Discussions

    1. Need CSS formating help
      I'm new to CSS and I am used to HTML tables but I have a new client who needed a site in CSS. (I used one of the Dreamweaver tempates) After using...
    2. formating text
      hi OldCFer do you might have an example of this replace function? how do you find the "breaks" if there is no break tag? thanks chris
    3. Formating a BoundCollumn
      Please, i have a datagrid with columns binded to a DB. I need to show a specific column like 123.423-12 how can i do this? I tryed to use...
    4. 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...
    5. Formating (HELP)
      I have a second drive in my system, and I'm running Windows XP Home Edition (NTFS). The problem is when I try to format it says it can't and that I...
  3. #2

    Default Re: Table formating

    The simple answer is not to use tables, use CSS.


    crisJensen wrote:
    > I am trying to get a page to look a certain way and it seems to
    > behave its own way. I use talbes to do my formating, but a column in
    > the middle seems to change everything. Help!

    rob::db Guest

  4. #3

    Default Re: Table formating

    I thought CSS is only for styles, centering, fonts types, background color and
    so forth. But if you want the cells of a table to remain with a certain size so
    that text is aligned in a certain way, you can do that only with frames or
    tables Is that right?
    Thanks

    crisJensen Guest

  5. #4

    Default Re: Table formating

    CSS is for everything, tables went out years ago. You really shouldn't be
    using them. Check my site for example ([url]www.digitalburn.net[/url]), everything,
    including layout, is done with CSS.


    crisJensen wrote:
    > I thought CSS is only for styles, centering, fonts types, background
    > color and so forth. But if you want the cells of a table to remain
    > with a certain size so that text is aligned in a certain way, you can
    > do that only with frames or tables Is that right?
    > Thanks

    rob::db 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