Hi
I have been trying to copy a list from Word that is not formatted with the style normal. When i paste it into RadEditor i get strange formatting on my list. For example: I can make a paragraph style in Word called ListParapraph. I then make a new listformat that uses the ListParagraph style for the text. When i try to copy that list to RadEditor 2008 Q2 it makes the list like stairs and it adds a lot of empty space below the list.
Here is the HTML-code that i get.
<
p
style
=
"margin: 0cm 0cm 10pt 36pt"
class
=
"TestParagraph2"
><
span
style
=
"font-family: symbol"
><
span
style
=
"font-size: 24px"
>·</
span
><
span
style
=
"font: 7pt 'times new roman'"
> </
span
><
span
style
=
"font-size: 24px"
>Sdfsdfsdfs</
span
>
<
p
style
=
"margin: 0cm 0cm 10pt 36pt"
class
=
"TestParagraph2"
><
span
style
=
"font-family: symbol"
><
span
style
=
"font-size: 24px"
>·</
span
><
span
style
=
"font: 7pt 'times new roman'"
> </
span
><
span
style
=
"font-size: 24px"
>Dfsdfsdfs</
span
>
<
p
style
=
"margin: 0cm 0cm 10pt 36pt"
class
=
"TestParagraph2"
><
span
style
=
"font-family: symbol"
><
span
style
=
"font-size: 24px"
>·</
span
><
span
style
=
"font: 7pt 'times new roman'"
> </
span
><
span
style
=
"font-size: 24px"
>Dfsdfsdfs</
span
>
<
p
style
=
"margin: 0cm 0cm 10pt 36pt"
class
=
"TestParagraph2"
><
span
style
=
"font-family: symbol"
><
span
style
=
"font-size: 24px"
>·</
span
><
span
style
=
"font: 7pt 'times new roman'"
> </
span
><
span
style
=
"font-size: 24px"
>Fsdfsdf</
span
>
<
p
style
=
"margin: 0cm 0cm 10pt 36pt"
class
=
"TestParagraph2"
><
span
style
=
"font-family: symbol"
><
span
style
=
"font-size: 24px"
>·</
span
><
span
style
=
"font: 7pt 'times new roman'"
> </
span
><
span
style
=
"font-size: 24px"
>sdfsdfsdfsdfs</
span
></
span
></
p
>
</
span
></
p
>
<
p
> </
p
>
<
p
> </
p
>
<
p
> </
p
>
<
p
> </
p
>
</
span
></
p
>
<
p
> </
p
>
<
p
> </
p
>
<
p
> </
p
>
<
p
> </
p
>
</
span
></
p
>
<
p
> </
p
>
<
p
> </
p
>
<
p
> </
p
>
<
p
> </
p
>
</
span
></
p
>
<
p
> </
p
>
<
p
> </
p
>
<
p
> </
p
>
<
p
> </
p
>
Its not closing the <p> tags after each line so the list becomes very strange (like stairs). I noticed that the behavior is changed in newer versions of RadEditor but is that the only way to fix the problem?