
My editor is pretty much using default settings. I've added the following to my Tools.xml:
<paragraphs>
<
paragraph name="Clear formatting" value="<body>" />
<
paragraph name="<h1>Heading 1</h1>" value="<H1<" />
<
paragraph name="<h2>Heading 2</h2>" value="<H2<" />
<
paragraph name="<h3>Heading 3</h3>" value="<H3<" />
</
paragraphs>
However, quite often (not always) when I try to apply a header (using the drop down) to either selected text or a selected line the style won't apply.
I've only tested this in IE6.
What to do?

var lb_ID = <%= RadPanelBar1.Items(0).FindControl("Lb1").ClientID %>
because I don't known the panelbar used.ItemTemplateColumn
colums.| <paragraphs> |
| <paragraph name="Clear" value="<body>" /> |
| <paragraph name="<H2 class='separator'>Heading 2</H2>" value="<H2 class='separator'>" /> |
| <paragraph name="<H1 class='separator'>Heading 1</H1>" value="<H1 class='separator'>" /> |
| </paragraphs> |

<div style="border: dotted 1px gray; width: 900px; paddding: 5px; margin: auto;">
Some Content
</div>
Some of the style attributes get removed when I switch to design mode and then back to html mode so that I am left with this: -
<div style="border: dotted 1px gray;">
Some Content
</div>
Why do some of the style attributes get stripped out and how can I stop it from happening?
Thanks
Matt