HTML Questions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
<ol style="font:arial;">
....
</ol>

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

Tim.
 
I think that would work except the quotes in VB are a problem. Is there a
way to quote the quotes? Hasn't worked for me yet ...
 

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