When I try to format text using center justify and paragraph...it works fine and give me the following code...
<h1 align="center">SDR</h1>
However when I hit the enter button it loses its formatting and gives me this
<div align="center">SDR</div>
<div>THis is the problem</div>
<div> </div>
This problem was created using this editor...
How can I fix it?