Hi all,
I cannot get to print the text contained in the <textarea></textarea> where it should be, i.e. starting in the upper left corner of the actual text area.
I have tried to remove spaces, tabs, etc. everywhere in my code, but the text gets displayed with a maddening set of tabs before and after within the text area.
My code looks like this:
<% String comment = "This is a comment" %>
<textarea name="standard_test#comments" rows="2" cols="40"
<%= comment %> </textarea>
Anything wrong with my code ?
Many thanks !
G.