How can I config FCKeditor that uses p instead od div for text aligment:
i would like to have:
Is that possible
<div style="text-align: right;">Text</div>
i would like to have:
<p align=right>Text</p>
Is that possible