A common mistake in HTML is to neglect the linefeed that is required after any <textarea>. If that linefeed is missing, the browser will automatically eat any whitespace within the saved value when it is being rendered. You can confirm this by saving a blank line before your block of text in the Notepad. One blank line will magically disappear when the note is displayed.
Enjoy :)
-- Miqro