Inspect you page in Firebug (or whatever) and see how list-style-type attribute is set on your <li> elements?
On Oct 15, 6:59 am, craige <[EMAIL PROTECTED]> wrote: > Hi > > I am trying to insert some HTML into a cell in a Flextable which > includes a list (ordered/ordered it makes no difference). I use the > setHTML method to set the contents of the cell but when displayed, > the list markers are not displayed rendered at all i.e. no bullet > points and no numerical markers. > > Other markup such as the <b> tags is rendered correctly as you would > expect. > > The code which I am using to set the contents of the cell follows. > > faultDescriptionTable.setHTML(1,0,faultDetails.description); > > and faultDetails.description is set to > > "This is a test of the system<br><br><ul><li>a test</li><li>more of a > test</li><li>another test</li><li>another test<br></li></ul>" > > Has anybody any ideas what might be going on here? I'm using GWT 1.5 > on linux and firefox 3 and opera. > > Cheers > > Craige --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
