I'm trying to use another textarea on the same page as the rte textarea. When I click on the 1st textarea that is not part of the rte there is a tab space. Why does this occur?
<form name="myForm" method="post" action="display_form_submission.asp">
<textarea id="newta" name="newta" class="input" style="height:60px; width:450px;">
</textarea>
<!-- include the Web Wiz Rich Text Editor -->
<!--#include file="RTE_editor_inc.asp" -->
<textarea name="textarea" cols="80" rows="15" id="myTextarea">
</textarea>