If I have the source of a <textarea> indented, the spaces are added to
the left side. Can this be avoided or do I have to make sure that me
source is on the left side of the script?
This will have spaces for the two lines:
<textarea name="textareaName" cols="62" rows="19">
This is line 1.
This is line 2.
</textarea>
This will not:
<textarea name="textareaName" cols="62" rows="19">
This is line 1.
This is line 2.
</textarea>
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]