The usual chapter head is just an <h2>Chapter X</h2> tag.
Put the image in instead of the words "Chapter X". You should use alt text to define what gets put in the ToC.
Some people use
"Chapter X
<br/>
<img...../>"
instead, to fit both a picture and some text, you could do something similar.
|