I seem to have successfully built my first CSS-only layout, and it's working
very well... The page loads are faster and the markup is clean and quite
maintainable!  I have the list to thank for this.

I now have some questions about actual content that will be going into my
layouts:

1.  I'm still a little unsure about when tables SHOULD be used.  For
example, we very commonly build forms for data insert/edit in our web apps.
Normally, we'd use a two column table, the left cells being for the form
field label, and the right cells being used for the form fields themselves.
With the CSS-only methodology, am I to abandon the use of tables for form
layouts?  If so, how do I approach this?

2.  What are common content types that YOU have used tables for?  In what
situations has a table been your only course of action?

3.  Has anyone here ever implemented an HTML 4.01 Strict or XHTML compliant
template for use with a content management system (where non-technical users
are inserting content), and still been able to keep all the pages compliant?
If so, what widgets/tools are the non-technical users asked to use, to
insert their text/images without destroying compliancy?

Thanks again everyone!

marc

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to