Hello,
Is there a way to display/hide invisible characters (as non-breakable spaces) in fckeditor ?
More specific, is there a way to distinguish between normal spaces and non-breakable spaces ?
Regards,
Lionel Barth
Is there a way to display/hide invisible characters (as non-breakable spaces) in fckeditor ?
More specific, is there a way to distinguish between normal spaces and non-breakable spaces ?
Regards,
Lionel Barth
+1...
+1...
I'd like to have a button like in word, to show invisible things like br's, p's spaces, And yes, those nbsp's...
i think p's would be easy via css,
see the highlight-block button on the demo:
http://ckeditor.com/demo#full
eg. br's. and nbsp's would need JS to temporarly add some markup around.
Thoughts anyone?