Hi, I'm guessing that you know how to customise VisualFormat, as you say that this issue has arisen from a customisation...I think this is default behaviour for eWebEditPro. I've never been able to find a setting that will stop the non-breaking spaces being inserted, so what we do is strip them out in the presentation template with a bit of code like this:$pgtxt =~ s|\ | |g;HTH, Dan
Thanks for all your help. But I want to do all customization in VF only. Right now I am using pasteHTML() to insert variables in VFE which might be the reason for this additional space. So instead using pasteHTML() ,can there is any other method available so that I can insert only variables..? Any suggestion will be apprecited....