Originally posted by msimmons

do you use css to postion elements on your pages? if you did then you would no longer have need for tables to do layouts, which, depending on your amount of nesting, can get complex and get to be many lines of code long (good luck going back into some code with 500+ lines of nested tables). liquid css is the tecnique of using percentages to layout your elements without using tables.
Michael
Oh. I never knew there was a specific name for that. Thanks.