My Editor has a single space appearing in the textarea by default when it loads e.g:
will start line like this
instead of like this
Where is this space coming from? If I carry out validation thus:
If txtDescription.Text.Length > 0 Then
it wont fail because there is one character already there!!
:-)
Nick