In one of my forms I use;
It works fine except, if it's an existing record, when you enter into the field, the cursor lands about 60 or 70 charactor spaces in from the beginning.
How do I get it to start at the beginning of the first line?
ps. I was going to ask this in the HTML forum. But I figured someone would see the php code and suggest I ask the question in the php forum.
____________________________
JustKIDn
____________________________
Families can be together forever...
Code:
<textarea name="ud_notes" rows=3 cols=33><? print "$notes"; ?></textarea>
It works fine except, if it's an existing record, when you enter into the field, the cursor lands about 60 or 70 charactor spaces in from the beginning.
How do I get it to start at the beginning of the first line?
ps. I was going to ask this in the HTML forum. But I figured someone would see the php code and suggest I ask the question in the php forum.
____________________________
JustKIDn
____________________________
Families can be together forever...