November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I tried:
- Admin Mode -> Config - > System Settings - > Editing - > Use DIV in Editor instead of P
But i doesn't work
Hi
Changing "Admin Mode -> Config - > System Settings - > Editing - > Use DIV in Editor instead of P" should make the editor use div-tags instead of p-tags when the user hits enter.
However, if the page is an old one where there already is content that uses p-tags in the editor, p-tags will still be used for that specific editor. But if you create a new page, or clear all the old content from the editor, div-tags should be used.
Regards
Per Gunsarfs
EPiServer development team
I wanto to remove the tag <P> when a user press Enter in Editor mode.
I tried with EPnEditorValueOptions/ParagraphIsDiv in web.config but it doesn't work.