Quote:
Originally Posted by turygo
I think I can use CSS like
{
h1,h2:font-size:18pt;
text-align:middle;
}
|
Addendum: once you have followed the advice given by the other guys, the corrected version of your CSS should be:
Code:
h1, h2 {
font-size:18pt;
text-align:center;
}