TableLess?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paulo

    TableLess?

    Hi everybody, I heard about TableLess layout, css, etc... What is it? Any
    advantages using it? Is it client feature? nothing to do with asp.net?

    Should it be used with asp.net?

    What do you think about?

    Any articles?


  • news.microsoft.com

    #2
    Re: TableLess?

    Hi,

    Here an article describing that stuff.

    You'll find a huge load of article with a simple request like the one below
    in google


    So, the general idea is that CSS-Layout is best but you must master the CSS
    language.

    Hope it helps,
    Martin

    "Paulo" <prbspfc@uol.co m.bra écrit dans le message de news:
    OVDllQCOIHA.120 8@TK2MSFTNGP03. phx.gbl...
    Hi everybody, I heard about TableLess layout, css, etc... What is it? Any
    advantages using it? Is it client feature? nothing to do with asp.net?
    >
    Should it be used with asp.net?
    >
    What do you think about?
    >
    Any articles?
    >

    Comment

    • Patrice

      #3
      Re: TableLess?

      Additionally note that this doesn't mean you shouldn't use tables at all. It
      means a table should be used to display tabular data but not to handle the
      general organisation layout of a whole web site (as using css would allow to
      move each part and a table based design won't let you to do that).



      --
      Patrice


      "Paulo" <prbspfc@uol.co m.bra écrit dans le message de news:
      OVDllQCOIHA.120 8@TK2MSFTNGP03. phx.gbl...
      Hi everybody, I heard about TableLess layout, css, etc... What is it? Any
      advantages using it? Is it client feature? nothing to do with asp.net?
      >
      Should it be used with asp.net?
      >
      What do you think about?
      >
      Any articles?
      >

      Comment

      • bruce barker

        #4
        Re: TableLess?

        see http://www.csszengarden.com for best examples



        Paulo wrote:
        Hi everybody, I heard about TableLess layout, css, etc... What is it? Any
        advantages using it? Is it client feature? nothing to do with asp.net?
        >
        Should it be used with asp.net?
        >
        What do you think about?
        >
        Any articles?
        >
        >

        Comment

        Working...