p tags changing to div tags in html.

Last post 09-22-2010, 2:29 PM by gurpreet. 2 replies.
Sort Posts: Previous Next
  •  09-22-2010, 11:37 AM 64142

    p tags changing to div tags in html.


    If the original html text as shown in your online demo is -

    <P>When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do so too. </P>
     
    and if we press enter any where within this text, in order to do line break.
    it is changed to -
     
    <div>When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do <br />
                so too. </div>
     
    so as you see <p> tag is replaced by <div> tag,
    please guide us if we can control this?
     
    Thanks.
     
     
     


  •  09-22-2010, 1:29 PM 64144 in reply to 64142

    Re: p tags changing to div tags in html.

    Dear gurpreet,
     
    Please set property "BreakElement" to "P", and try it again:
    <CE:Editor id="Editor1" ThemeType="Office2007" runat="server" BreakElement="P" ></CE:Editor><BR>
     
    Thank you for asking
  •  09-22-2010, 2:29 PM 64147 in reply to 64144

    Re: p tags changing to div tags in html.


    Thanks, its working fine now.
View as RSS news feed in XML