FootPage below GWT

2009-04-16 Thread Fergus Reig
I have a little GWT aplication in a normal web html. I am trying (with css, javascript...) put text below* GWT but it is impossible. Thank You. * I have Normal HTML GWT and I would like Normal HTML GWT NormalHTML --~--~-~--~~~---~--~~ You received this message

Re: FootPage below GWT

2009-04-16 Thread Fergus Reig
Yes, the problem is OK. Thank you very much. On 16 abr, 08:58, Joe Cole profilercorporat...@gmail.com wrote: Try this: In html: div id=headerYour stuff here/div div id=contentloading.../div div id=footerYour stuff here/div In gwt: RootPanel.get(content).clear();