I don't think the tbody is the issue as I think it's automatically added by all browsers. Try this but your script tag inside your HEAD element.
use: document.observe('dom:loaded', function() { //Try this: var table = new Element('table') .update("<tr><th>Hallo!</th></tr>"); $('container').insert(table); //OR even: $('container').update('<table><tr><th>Hallo!</th></tr></table>'); }); --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---