What is wrong int his code please....
This is a code snippet that I ask my visitors to copy and paste.
I add the above code into a WP post.. Problem is the the textarea add a couple of additional P tags inside the text area when it gets published... like this
See that the closing tag starts too... WTF??
Thx...
<textarea onclick="select();" rows="4" cols="50">
<div>
<script language="JavaScript" src="http://www.mysite.org/myjs.js" type="text/javascript"></script><br />
</div>
</textarea>
This is a code snippet that I ask my visitors to copy and paste.
I add the above code into a WP post.. Problem is the the textarea add a couple of additional P tags inside the text area when it gets published... like this
</P>
<div>
<script language="JavaScript" src="http://www.mysite.org/myjs.js" type="text/javascript"></script><br />
</div>
<p>
</p>
See that the closing tag starts too... WTF??
Thx...



