Thosp, you should have a style sheet, and it should contain a style for the <H1> heading (or whatever tag you use for chapter titles. For example:
h2 {
margin-top:1em;
font-size: 150%;
text-indent: 0em;
font-style: italic;
text-align:center;
}
(I happen to use H2 for my chapter titles.)
|