View Single Post
Old 08-16-2014, 06:04 PM   #4
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
If you keep the blank space at the top (margin-top) modest there will be little issue with user changes in the font size.

I commonly do this for each chapter using the following CSS:

Code:
h2 {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 0em;	
  }
where the chapter title is set as an H2 heading and often followed by a thin ornament:

Code:
<h2 id="heading_id_2">CHAPTER I</h2>
  <p class="center">
     <img alt="" height="34" src="../Images/Ornament19-211x34.gif" width="211" />
  </p>
link to complete ebook: http://happythursday.com/Lakemere/20...rlderrbiggers/
Attached Thumbnails
Click image for larger version

Name:	Agony-Column-Chapter-1.jpg
Views:	186
Size:	109.2 KB
ID:	126926  
dwig is offline   Reply With Quote