When we work with Editor than it shows default text like "
Also when we press Enter than it will take Paragraph in place of break..
So find the solution using below step.
Step 1 : open the fckeditor/fckconfig.js file
Step 2 : Change in that
FCKConfig.EnterMode = 'br' ; // p | div | br
FCKConfig.ShiftEnterMode = 'p' ; // p | div | br
Step 3 : Save it and remove the cache,cookie,history and check...
Also this solution is work in Dotnetnuke...
Thanks & Regards
Jignesh Patel
