Hello, Hello, I want to output a website with some embedded GWT Panels.
The structure is below. The number of the block with the <p> ..</p> and the following GWT- Panel shall be flexible. If I use the HTML widget the output is surrounded with div-tags, so that doesn´t work. Any Ideas? Thanks Frank, <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/ TR/html4/strict.dtd"> <html> <head></head> <body> <div id="container"> <div id="center"> <p>some content<p> <!-- HERE a GWT PANEL --> <p>some content<p> <!-- HERE a GWT PANEL --> </div> <!--center--> </div> <!--container--> </body> </html> -- 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.
