Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

use MsoListBullet, but receive numbered list in Word/RTF

Status
Not open for further replies.

aas1611

Programmer
Dec 14, 2001
184
DE
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:
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top