Hello,
When I paste from Word into the RadEditor sometimes bullets are converted to dots.
I use this StripFormattingPasteOptions: MSWordRemoveAll, Css, Font, Span
The content of ContentAreaCSSFile is:
----
When I paste from Word into the RadEditor sometimes bullets are converted to dots.
I use this StripFormattingPasteOptions: MSWordRemoveAll, Css, Font, Span
The content of ContentAreaCSSFile is:
----
body
{
font-family: News Gothic;
font-size: 9pt;
}
table
{
BORDER-RIGHT: #999999 1px dashed;
BORDER-BOTTOM: #999999 1px dashed;
}
table
td
{
PADDING: 1px;
BORDER-TOP: #999999 1px dashed;
BORDER-LEFT: #999999 1px dashed;}
table
th
{PADDING: 1px;
BORDER-TOP: #000000 1px dashed;
BORDER-LEFT: #000000 1px dashed;}
.RadEWrongWord
{ background: url('wave.gif') repeat-x left bottom; }
.diff_deleted
{color: red; text-decoration: line-through}
.diff_new
{background-color: #99FF00}
----
When I paste with the "Paste From Word" button (NO strip font) the bullets ars ok, but then the font might be wrong (we want News Gothic).
Please help, our users are complaining a lot about this.
Kind regards Barbara