I have a style:
.title1
{
color: #0000BB;
font-size: 25pt;
text-align: center;
} but when I use it with:
<span class="title1">Schenectady Section of the IEEE More Words</span> it doesn't center the text!
You can see this behavior here:
Surely I am just doing something silly...
Thanks!
David