C
cv
Hi all,
Here is the part of my code
<TEXTAREA NAME="Vib0" ROWS="4" COLS="15">
</TEXTAREA>
I need to specify the width of the textarea.
so gave cols=15
Width is ok but it puts 15 empty spaces inside the text area.
How to avoid this?
Thanks in advance,
cv
Here is the part of my code
<TEXTAREA NAME="Vib0" ROWS="4" COLS="15">
</TEXTAREA>
I need to specify the width of the textarea.
so gave cols=15
Width is ok but it puts 15 empty spaces inside the text area.
How to avoid this?
Thanks in advance,
cv