I found the HTML class allows me to insert arbitrary html. This is great, but the html class puts my html in a div. Is there something similar that does not have this constraint? If I have some arbitrary html I'd like to insert at the start and end of the page, is it possible to do so without closing it in a div?
I'm looking to do something roughly as follows:
- completely arbitrary html that leaves some divs open
- gwt magic
- completely arbitrary html that closes the divs that were left open
Thanks,
Phil