position in textarea

B

Bernie V

Hi,

I have a textarea with serval lines on a webform.
When i select the textarea or use the tab, I can't position to the first
line. It positions to the middle.
Then I have to use the arrows to go to the first line.

How can I solve this ?

Thx in advance.

gr

Bernd
 
S

Shawn

Hi,
the reason for this is because you have you have a linebreak between your
start tag and your closing tag. Try this:
<textarea cols="20" rows="10"></textarea>

Shawn



Hi,

I have a textarea with serval lines on a webform.
When i select the textarea or use the tab, I can't position to the first
line. It positions to the middle.
Then I have to use the arrows to go to the first line.

How can I solve this ?

Thx in advance.

gr

Bernd
 
B

Bernie V

Thx for your tip, but there is no linebreak between the tags.

This is my tag:
<textarea name="body" id="body" class="TekstMidden" style="WIDTH: 277px;
DIRECTION: ltr; TEXT-ALIGN: left" rows="10" cols="32"></textarea>

Any other opinions ?

grz

Bernd
 
S

Shawn

Try this one:
<asp:textbox textmode="MultiLine" rows="10" columns="32"></asp:textbox>

Shawn


Thx for your tip, but there is no linebreak between the tags.

This is my tag:
<textarea name="body" id="body" class="TekstMidden" style="WIDTH: 277px;
DIRECTION: ltr; TEXT-ALIGN: left" rows="10" cols="32"></textarea>

Any other opinions ?

grz

Bernd
 
B

Bernie V

thx !

gr

Bernd
Shawn said:
Try this one:
<asp:textbox textmode="MultiLine" rows="10" columns="32"></asp:textbox>

Shawn


Thx for your tip, but there is no linebreak between the tags.

This is my tag:
<textarea name="body" id="body" class="TekstMidden" style="WIDTH: 277px;
DIRECTION: ltr; TEXT-ALIGN: left" rows="10" cols="32"></textarea>

Any other opinions ?

grz

Bernd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top