Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Table, list or other?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24871

    Hey guys, how would you mark up the content that’s shown in the image?

    [img]http://i40.tinypic.com/28isp74.jpg[/img]

    At the moment it’s marked up as a table.

    I ask myself this. What does the data represent? It’s a list of events showing the date and a link to the event. So therefore a list would be best?

    For example I would probably mark it up as the following:

    Code:
    • 05-02event name view

    How would you mark-up the column headers though? This is why I’m thinking of leaving it marked up as a table?

    I’d like to get your input guys!

    #57663
    TheDoc
    Member

    I don’t think I’d mind leaving that as a table. You could use divs, but I just don’t see the point.

    #57667
    AshtonSanders
    Participant

    Agreed. That says table all over it.

    "acialk" wrote:
    I ask myself this. What does the data represent? It’s a list of events showing the date and a link to the event. So therefore a list would be best?

    That isn’t a list

    A list would be like a column of information:

    bob
    john
    ralph
    etc.

    When you add another dimension to it (like columns+rows), you get a table. A table, although a little clunky, is perfect for organizing columns and rows of information.

    #57672

    Thanks guys.

    I took a look at the specs

    "The HTML table model allows authors to arrange data — text, preformatted text, images, links, forms, form fields, other tables, etc. — into rows and columns of cells."

    I don’t know what I was thinking earlier but it makes sense now. :roll:

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.