On Mon, Dec 15, 2008 at 5:45 AM, Don French <[email protected]> wrote: > > The column is a text type. I get <b> <i> but not <ol><li> The bullets > are just left out.
"bullets" are a visual attribute of OL/LI defined by the page's CSS; are you sure your style sheet isn't overriding the default browser view, or causing the bullets to be hidden by another element? OTOH, if you can't see the OL/LIs in a page via `view source` I think you'll need to post some code. -- Hassan Schroeder ------------------------ [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

