Hi all
I have a TextField INPUT type every time I press Enter text field adding tag:
<P ALIGN=“LEFT”><FONT FACE=“Verdana” SIZE=“12” COLOR="#000000" LETTERSPACING=“0” KERNING=“0”></FONT><P>
But I want to add just <P></P>
Is any way I can control of TextField behaviors in HTML mode to manage what tag add if ENTER pressed.
another problem if I have text with <li> some text </li>
I can’t get rid from this tag
any other input texts going the same with <li> tags
??