Hello friends,
I am having hard time working with text area on my html form. I dont know why but i am getting some extra space on my text area. So becuase of this reasom i am also not able to validate the empty text field. THere is nothing wrong with the code but i dont know why the text area is talking extra space inside of it when form loads
My code was initially like this [HTML] <textarea cols="55" rows="20" name="user_name "> [/HTML]
Then after reading some problem related to it in different web forum i added some extra lines of code for text box. But still the problem exists .. I am not sure what did i di wrong. [HTML] <textarea cols="55" rows="20" name="faculty_n ame" style="margin-top: -1px; margin-bottom: -1px; margin-left: -1px; margin-right:-1px;">
</textarea> [/HTML]
P.S : I have few php script in this page too . But i dont think it has to do anything with this text area.
ANy thoughts or ideas would be highly appreciated.
Thanks
I am having hard time working with text area on my html form. I dont know why but i am getting some extra space on my text area. So becuase of this reasom i am also not able to validate the empty text field. THere is nothing wrong with the code but i dont know why the text area is talking extra space inside of it when form loads
My code was initially like this [HTML] <textarea cols="55" rows="20" name="user_name "> [/HTML]
Then after reading some problem related to it in different web forum i added some extra lines of code for text box. But still the problem exists .. I am not sure what did i di wrong. [HTML] <textarea cols="55" rows="20" name="faculty_n ame" style="margin-top: -1px; margin-bottom: -1px; margin-left: -1px; margin-right:-1px;">
</textarea> [/HTML]
P.S : I have few php script in this page too . But i dont think it has to do anything with this text area.
ANy thoughts or ideas would be highly appreciated.
Thanks
Comment