Hi, trying to use Insertion.Bottom on a table row to add a new header cell, works in Safari and FireFox but not IE. The table has a header row like this: <TH>Answer</TH><TH>Incidence</TH>, and the var ''table'' has the table. Then: new Insertion.Bottom(table.rows[0], ''<TH>Foo</TH>'') generates the expected three <TH> elements in Safari & FireFox, but the following in IE: <TH>Answer</TH><TH>Incidence</TH><TR><TH>Foo</TH></TR> Should it work? Am I doing somethingh wrong? Thanks for any help, John. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---