Thread: HTML Questions
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default HTML Questions

<ol style="font:arial;"
....
</ol

<p style="line-height: 100%"
....
</p

Tim.



"Corissa Bowman" <Corissa wrote in message
...
I'm creating an email using VBA in Excel. I have a couple of questions

that
I'm sure have very simple answers.

1. How do I format an ordered list <ol? I want it to be in Arial, not
Times New Roman, and I just can't make it work.
2. How do I control paragraph spacing? I want to set the before and

after
space to zero because I keep getting funky extra space.