jok023
08-02-2002, 04:11 PM
OK I have a very simple question. Why doesn't the textarea work in NN6 the same way it does in IE? In NN6 I type in some text and if I don't hit return at the end of the line then it just keeps going, with a horizontal bar appearing! Am I missing something? This is the simple code I'm using:
<%@ Language=VBScript %>
<HTML>
<HEAD>
</HEAD>
<BODY>
<textarea rows="11" cols="46" name="txt_EMail_Body"></textarea>
</BODY>
</HTML>
Also 'wrap' doesn't work in NN6. I've tried it.
Can anyone please help? Thanks!
Yiannis
<%@ Language=VBScript %>
<HTML>
<HEAD>
</HEAD>
<BODY>
<textarea rows="11" cols="46" name="txt_EMail_Body"></textarea>
</BODY>
</HTML>
Also 'wrap' doesn't work in NN6. I've tried it.
Can anyone please help? Thanks!
Yiannis