Hello guys!! I just need your help... I am creating a CSS based layout can i use table to create form? Does it make any difference for W3C validation? I want to use table for forms for compatibility reason only. M i right? pl give your suggestions... Thanks Aadi
yes, you can use TABLE, it's still good for making web page, and it also take more time to load; however if you only have a liitle tables, the time to load is trivial
Never use tables for layout. There are plenty of elements and CSS properties for doing that without a table and better, too.
Hey drhowarddrfine & JavaScriptBank.com, Thanks for replying. I always face margin problem in Mozilla and IE specially while designing a form. Can any one show me the best example of a browser compatible form developed in CSS .
Yes you can use tables in a css based layout. Css doesnt effect your code it only effects appearance.
http://www.google.com/search?q=css+form has a gazillion of them, here's example: http://jeffhowden.com/code/css/forms/ http://www.smashingmagazine.com/2006/11/11/css-based-forms-modern-solutions/ should keep you busy for some time.