Can anyone HELP ME!

:yoshi: Hi

When I assign this string to a textfield why am i not getting text in new line

string="<P><B>M</B></P><P><EM>20/08/2004</EM></P><P>AAA</P>"

ie actual output should be:
M
20/08/2004
AAA

but i am getting M20/08/2004/AAA…

I am very sure that myTextfied.html is set to True and i am assigning this text this way…
myTextfield.html.text = string

Pls help