Thank you all, it worked. Now to address the next problem. I have a pocket guide to CSS and an introduction to HTML 5 but they have not helped much.
Nate On Tue, Jul 26, 2011 at 3:40 PM, Philippe Blanc <[email protected]> wrote: > lol! in fact my brain automatically removed the '.' in your response. But > that suddenly hit me in Robert's response. > > On Jul 27, 2011, at 12:37 AM, Jeff Chimene wrote: > > > On 07/26/2011 03:15 PM, Robert Lockwood wrote: > >> I installed FireBug lite in my Chrome browser and inspected the css and > >> html files which appear to be identical to my project files. > >> > >> I edited the <body> to read <body class=".data"> to match the CSS file > >> but that did not solve the problem. > >> > >> I'm not using the panel statement as I don't know where it should go. > >> > >> Nate > >> > >> > >> > >> > >> On Tue, Jul 26, 2011 at 2:20 PM, Jeff Chimene <[email protected] > >> <mailto:[email protected]>> wrote: > >> > >> On 07/26/2011 02:14 PM, Robert Lockwood wrote: > >>> Using the ".body" had no effect. > >>> > >>> Where does "panel.setStylePrimaryName("body");" go? In the CSS file? > >>> > >>> Thanks, > >>> Nate > >> > >> It doesn't go in the CSS file. > >> > >> Did you take a look at the CSS via Firebug as I suggested? > >> > >> If your HTML looks like > >> <body> > >> . > >> . > >> . > >> </body> > >> > >> then the suggested selector won't work. For it to work, you'd need > >> <body class=".body"> > > > > Ugh. I can't believe I wrote .body > > > > Obviously, it should be class="body" > > > > -- > > 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. > > > > -- > 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. > > -- When I was 12 I thought I would live forever. So far, so good. -- 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.
