It's only there because that is the way the sample hello world was written.
Thanks for the suggestion about including it in the xml file, I'll tinker with that. Have a good day, David On Mon, Jul 6, 2009 at 5:20 PM, Dean S. Jones <[email protected]> wrote: > > Is there a reason you need to include the CSS in the html file?? > > it would be more "correct" - easier to catch errors, and sure of > loading order - if you included the CSS file in your apps module > gwt.xml file > with a <stylesheet src="resources/Test.css"/> > > GWT will copy the resources folder to the final output folder, and > load the CSS in a defined order. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
