Try this:
In html:
<div id="header">Your stuff here</div>
<div id="content">loading...</div>
<div id="footer">Your stuff here</div>
In gwt:
RootPanel.get("content").clear();
RootPanel.get("content").add(yourContentWidget);
Is that what you meant?
On Apr 16, 6:40 pm, Fergus Reig <[email protected]> wrote:
> 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 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
-~----------~----~----~----~------~----~------~--~---