What happened to the Editor.ParagraphIsDiv property?

  •  09-21-2006, 2:32 AM

    What happened to the Editor.ParagraphIsDiv property?

    I want my Editor to insert <p></p> tags instead of <div></div> tags when i press Enter. Setting the property Editor.ParagraphIsDiv = false should fix this, but it seems that this property has been deprecated and removed (my build fails when i do it in the CodeBehind).

    Any suggestions?
View Complete Thread