Tag issues

  •  07-10-2006, 9:05 AM

    Tag issues

    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="&lt;P&gt;"></item>
    <
    item text="[[Heading 2]]" value="&lt;H2&gt;"></item>
    <
    item text="[[Heading 3]]" value="&lt;H3&gt;"></item>
    <
    item text="[[blockquote]]" value="&lt;blockquote&gt;"></item>
    </
    FormatBlock>
     
    But it displays in the drop down as {blockquote} and does not do anything.
     
    Cheers
     
    Alister
View Complete Thread