Quote:
Originally Posted by Amalthia
I'll look for the character styling not paragraph and see if I can make it work. I may have to re-word my sentence because I bet I'm not the only one that's applied a paragraph style and then wonder why it didn't work.
|
I hope I didn't confuse you. Applying the "Heading 2" paragraph-style is still the correct thing to do. It's just that you should make sure the chapter heading is in a paragraph of its own before applying it.
Also, do you know that if you don't like the way the "Heading 2" style looks you'll get much neater HTML if you modify the style itself, once, than you'll get if you start manually adding styling (font face, size, centre etc) to each chapter heading individually. The former adds the style detail once to the h2 CSS between the <style>...</style> tags. The latter adds it to every <h2> element in the HTML body.