can you set a font size for <li> ???

liunx

Guest
Hi,<br />
<br />
I am trying to set a font size for <br />
some code and cant figure it out<br />
<br />
I want to set the font size for the numbered lists so there all size=-1<br />
<br />
<ol><br />
<li>A<br />
<li>B<br />
<li>C<br />
</ol><br />
<br />
<br />
How would I do this ?<br />
<br />
<br />
Thanks<!--content--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br />
"http://www.w3.org/TR/html4/strict.dtd"><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<title>Example</title><br />
<style type="text/css"><br />
<!-- <br />
li {font-size:80%} <br />
--><br />
</style><br />
<ol><br />
<li>Fee</li><br />
<li>Fie</li><br />
<li>Foe</li><br />
<li>Fum</li><br />
</ol><!--content-->
 
Back
Top