Editring the pages with Area results in more and more
word beingputtogether, because Area seems to kill the
spaces between the words... I could not fugure out why
or when this happens, but it does.
Spaces removed are because of newlines in .html file. This
is whitespace according to the html-spec, but apparently
HTMLArea doesn't treat it that way.
Editing the file in question externally and joining all
lines fixed the problem. In my case it was caused by a
paste-operation from an external program.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=395236
I can confirm this for version 4 alpha. It's really
annoying! It did only appear on a 5Kb page.
Logged In: YES
user_id=395236
See also
[ 1058988 ] applying css to text causes leading spaces to be
lost
http://sourceforge.net/tracker/?group_id=69750&atid=525656&func=detail&aid=1058988
Logged In: YES
user_id=395236
Spaces removed are because of newlines in .html file. This
is whitespace according to the html-spec, but apparently
HTMLArea doesn't treat it that way.
Editing the file in question externally and joining all
lines fixed the problem. In my case it was caused by a
paste-operation from an external program.