What is the best way to handle displaying static html in GWT?  I have
too much html to manually type directly in code and display using an
HTML widget.  So I do the html typing in Word, I save the output as
filtered html so it looses all the Word specific stuff, I then open
the html with a text editor and paste the html into a GWT HTML widget.

The problem is that when it runs it displays squares after each
sentence.  What's causing this?

Is there a way I can work directly with the html files?  It would be
easier to manage if I could place the html files in the GWT public
area and then reference via URL like GWT uses for images, etc.

Why does the first way not display correctly and what is the best way?

-Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to