While i copy the bulletins from word to html editor, the styles are not maintained properly
this is from when i convert word to html
<p style="text-indent: -0.25in; "><!--[if !supportLists]--><span ><span >A.<span style='font: 7pt/normal "Times New Roman"; font-size-adjust: none; font-stretch: normal;'> </span></span></span><!--[endif]-->Main
Heading 1</p>
<p style="text-indent: -0.25in; margin- "><!--[if !supportLists]--><span ><span >1.<span style='font: 7pt/normal "Times New Roman"; font-size-adjust: none; font-stretch: normal;'> </span></span></span><!--[endif]-->Item
1</p>
<p style="text-indent: -0.25in; margin- "><!--[if !supportLists]--><span ><span >2.<span style='font: 7pt/normal "Times New Roman"; font-size-adjust: none; font-stretch: normal;'> </span></span></span><!--[endif]-->Item
2</p>
<p style="text-indent: -0.25in; margin- "><!--[if !supportLists]--><span ><span >3.<span style='font: 7pt/normal "Times New Roman"; font-size-adjust: none; font-stretch: normal;'> </span></span></span><!--[endif]-->Item
3</p>
This is from when i copy the bulletins from word to htmleditor and i took the source code
<font face="Times New Roman" size="3">
</font><ol style="list-style-type: upper-alpha; direction: ltr;"><li style="color: rgb(0, 0, 0); font-style: normal; font-weight: normal;"><p style="color: rgb(0, 0, 0); font-style: normal; font-weight:
normal; margin- margin-bottom: 0pt; ">Main
Heading 1</p></li></ol><font face="Times New Roman" size="3">
</font><ol style="list-style-type: decimal; direction: ltr;"><li style="color: rgb(0, 0, 0); font-style: normal; font-weight: normal;"><p style="color: rgb(0, 0, 0); font-style: normal; font-weight:
normal; margin- margin-bottom: 0pt; ">Item
1</p></li><li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'><p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif";
font-size: 11pt; font-style: normal; font-weight: normal; margin- margin-bottom: 0pt; '>Item
2</p></li><li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'><p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif";
font-size: 11pt; font-style: normal; font-weight: normal; margin- margin-bottom: 0pt; '>Item
3</p></li></ol><font face="Times New Roman" size="3">
Please refer the below image links for what it looks
Document image
https://social.msdn.microsoft.com/Forums/getfile/910034
Editor image
https://social.msdn.microsoft.com/Forums/getfile/910035