numbered list

  • Thread starter Thread starter bill gee
  • Start date Start date
B

bill gee

How can I change the font of the number of a numbered
list? It is displaying as a default font of 12pt. The
default font is apparently courier. Having a courier 12
font of the number while the paragraph is 10 pt verdana
is stupid. How do I chang it to match my text.


xp office2002
 
Use style to set the font. Example:

<ol style="font-family: Arial; font-size: 10pt; font-weight: bold">
<li>List Item</li>
</ol>

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top