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 - 06 Dec 2007 16:33 GMT
Hi,
Here an article describing that stuff.
http://www.pixelmill.com/support/support_article.aspx?ArticleID=kb101638
You'll find a huge load of article with a simple request like the one below
in google
http://www.google.fr/search?hl=fr&q=%22css+layouts%22+table+vs&meta=
So, the general idea is that CSS-Layout is best but you must master the CSS
language.
Hope it helps,
Martin
> 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?
[quoted text clipped - 4 lines]
>
> Any articles?
Patrice - 06 Dec 2007 16:39 GMT
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
> 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?
[quoted text clipped - 4 lines]
>
> Any articles?
bruce barker - 06 Dec 2007 19:33 GMT
see http://www.csszengarden.com for best examples
> 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?
[quoted text clipped - 4 lines]
>
> Any articles?