Hi,
I use MsoListBullet for my listing style. I expected to have bulleted lists, but I've got numbers, instead.
The code in my HTML is something like this:
Of course, beforehand I've declared the style for MsoListBullet:
What did I miss? Or does it depend on how the MS Word was setup in each PC?
Thanks!
Andre
I use MsoListBullet for my listing style. I expected to have bulleted lists, but I've got numbers, instead.
The code in my HTML is something like this:
Code:
<p class=MsoListBullet><![if !supportLists]><span style="font-family:Symbol;">·<span style="font:7.0pt "Times New Roman"">
</span></span><![endif]>Text here...</p>
Of course, beforehand I've declared the style for MsoListBullet:
Code:
p.MsoListBullet, li.MsoListBullet, div.MsoListBullet
{mso-style-update:auto;
margin-top:0cm;
margin-right:0cm;
margAin-bottom:6.0pt;
margin-left:19.85pt;
text-indent:-19.85pt;
mso-pagination:widow-orphan;
mso-list:l4 level1 lfo20;
tab-stops:list 19.85pt;
font-size:10.0pt;
mso-bidi-font-size:12.0pt;
font-family:Arial;
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
What did I miss? Or does it depend on how the MS Word was setup in each PC?
Thanks!
Andre