Results 1 to 8 of 8

Thread: css tables

  1. #1
    Join Date
    Nov 2007
    Posts
    346
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default css tables

    Hello, I was wondering how I can make CSS tables. I have tried searching, but could not get what I needed. Please and thank you.

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Internet explorer has virtually no support for CSS tables, thus making you do one heck of a modification that will most likely defeat the purpose of using CSS to make the table like structure.

    What are you trying to do?

  3. #3
    Join Date
    Nov 2007
    Posts
    346
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Just a regular table for track and field races showing events. I know how to do it with HTML tables, but I have read that they are horrible. Thanks.

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    html tables are not for layout purposes, but what you would like to do is exactly what tables were designed for.

  5. #5
    Join Date
    Nov 2007
    Posts
    346
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Just a normal table with columns and rows for putting dates, names, etc. A simple table.

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Tabular data in tables is always good. However, using tables to hold stuff like a layout can cause problems... that's what you read about.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #7
    Join Date
    Nov 2007
    Posts
    346
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, but don't they also make your page load slower?

  8. #8
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    if a table is used improperly by being used to create the layout of the site, yes
    when a table is used correctly for record (tabular) data, then no it doesnt slow it down.

    I think what you are mistaking is the proper use of tables. the use of tables as described above is the proper way of using them. If you do use CSS to create a table you are actually slowing the site down.

    You just need to know when to use and when not to use tables, which are both described above.

    Tabular data in tables is always good
    Daniel... its really not helpful and actually improper to use a tense of the word in the definition. I know that many dictionaries do not follow that rule, but think of when you are just learning a word... if the person doesnt know the proper use for the name originally, how would they know what you are referring to in the definition?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •