I'm creating a table with DOM methods e.g., TABLE(null, TBODY(null, TR(null, TD(null, 'hello world!')))) and would like to add non-breaking space to a table cell like so:
TD(null, ' ') But this becomes formatted into a readable string. Thanks in advance for help! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit -~----------~----~----~----~------~----~------~--~---
