Geat
08-13-2003, 06:10 AM
if you style up a list, e.g.
<style>
.mystyle { font-size:40px; }
</style>
<ul><li style="mystyle">Some data</li></ul>
The bullet point by the list stays at the default size, and stays bottom-aligned as well. Is there a way of forcing the bullet to inherit the properties of the caption?
<style>
.mystyle { font-size:40px; }
</style>
<ul><li style="mystyle">Some data</li></ul>
The bullet point by the list stays at the default size, and stays bottom-aligned as well. Is there a way of forcing the bullet to inherit the properties of the caption?