View Single Post
Old 11-22-2014, 07:51 AM   #5
rosshalde
Zealot
rosshalde began at the beginning.
 
Posts: 142
Karma: 10
Join Date: Jun 2014
Device: nook
so this is the preferred way of doing it?
<div class="image"><img alt="" src="..." /></div>
and define in the css
div.image{
text-align:center;
}

also, in Sigil, it suggest the following as a way to get your picture to be in the TOC
<h1 title="CHAPTER 1"><img src="../Images/myimage.png" /></h1>
When it comes to <h>, can you have a "class" like with <div>? Is title a "class"? If not, what is "title" in html terms?
would i just define in the css
h1{
text-align:center;
}
rosshalde is offline   Reply With Quote