Hi Vic- It looks like you're missing the step where your html page references your style sheet. In your index.html page you'll need to create a style sheet link (or import) to pick up the stylesheet. Alternatively, you can define your style sheet in your module xml file (see the docs for help with this). Both work equivalently.
Hope this helps. On Nov 7, 11:01 pm, Vik <[email protected]> wrote: > Hie > > I am pretty new to GWT. > > The question is: > > I create a page index.html in the war folder. > then created a index.css in the war/css folder. > > in the index.css i defined something like: > .sakflexTable { > background-color:red; > color:green; > border: 5px solid silver; > > } > > and in the module i m doing > mainPanel.addStyleName("sakflexTable"); > > in the index.gwt.xml stuff is: > <module> > <inherits name="com.google.gwt.user.User" /> > > <inherits name='com.google.gwt.user.theme.standard.Standard'/> > > <entry-point class="vik.sakshum.sakshumweb.client.IndexModule" /> > </module> > > But the style sheet is not picked up. Any help please... > > Thankx and Regards > > Vik > Founderwww.sakshum.comwww.sakshum.blogspot.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
