Good afternoon,
I have two questions:
1. How do I stop the editor from using div tags instead of p tags?
2. Is blockquote supported in this editor? I have added it to:
<FormatBlock>
<item text="[[Normal]]" value="<P>"></item>
<item text="[[Heading 2]]" value="<H2>"></item>
<item text="[[Heading 3]]" value="<H3>"></item>
<item text="[[blockquote]]" value="<blockquote>"></item>
</FormatBlock>
But it displays in the drop down as {blockquote} and does not do anything.
Cheers
Alister