Hello all I have a problem thats making me crazy

When I make my table

mytable = TABLE({},
TBODY({},
        TR({},
                [
                TD({'class':'myclass'}, 'someword'),
                TD({'class':'myclass'}, ' ')
                ]
        )
)
)

I need the space character because If it isn't TD wont aply the styles.

the problem is:
· if I put a space character, will be writen as a space, that means
nothing to the html parses of navigators.
· if I put escapeHTML(' ')       (toHTML is as the safe)  , will be
writen as a space (I espected this to write    encoded space
character)
· if I put   the TD function (or some other) encodes the
umpersand. so, writes    (I would espect this if I pass the
string for the escapeHTML)

I can't find the way to put a space =(.
is this a bug?

please help, I preach about mochikit in my workplace and I don't want
to have problems o timeloss about this ^^


good loock for all, and for me ;)


--~--~---------~--~----~------------~-------~--~----~
 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to