the _html Block leave me useless html code does not work!
now the problem is when one creates a _html Block and put any html code, modifies this example:
This is the code before putting it in the _html Block:
<html>
<body>
<p> Name:
<input name="nombre">
<br> Surname:
<input type = "text" size = "35"
name = "surname"> </ p>
</ body>
</ html>
and this after putting it in the _html Block:
<html>
<body>
<p> Name:
<input type=\"text\" name=\"nombre\">
<br> Surname:
<input type = "text \" size = \ "35 \"
name = \ "names \"> </ p>
</ body>
</ html>
ie the code is useless ... how to fix this!