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 -~----------~----~----~----~------~----~------~--~---
