Single space appearing in Editor

  •  11-23-2005, 8:45 AM

    Single space appearing in Editor

    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
View Complete Thread