Source code shows <div> instead of <p>

  •  04-10-2008, 11:17 AM

    Source code shows <div> instead of <p>

    I'm thinking of purchasing the developer license for PHP, however while using the demo I've noticed something which may be a problem.
     
    When I view the source it seems to create <div>'s instead of <p> tags. So a simple bit of code like...
     
    <p>This is a test</p>
    <p>Testing testing 123</p>
     
    ends up like this when you use the wysiwyg editor
     
    <div>this is a test</div>
    <div></div>
    <div>testing testing 123</div>
    <div></div>
     
    Is there a way around this? surely this is not how the editor is designed.
View Complete Thread