Dear all, if I got it right, layouts based on GWT widgets normally end up in huge table structures. While it works pretty fine for me, I see many people arguing that nowdays you should avoid the use of tables for layouting but build your layouts based on css formatting, such as on http://webdesign.about.com/od/layout/a/aa111102a.htm
Up to GWT 1.6, my way of layouting GWT applications was to program them using the various panels and widgets in the Java source code and I did not spend too much on CSS. Now that I can build the components on XML/Java source code, I wonder what is the better way: building up the main layout using XHTML and CSS and just adding the interactive widgets into this kind of frame or to continue using GWT panels and layouts to create applications and using CSS for decoration only. Any opinions out there? Sven -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
