View Single Post
Old 08-10-2014, 10:06 AM   #13
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,792
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by GMcG View Post
I think in h2.chp there is a conflict between
text-align: center
and
margin-left: 0em
margin-right: 0em

It's either ... or. And why do you need text-indent: 0.0em?

I would clean the stylesheet as well as the html file.
For example: You don't need the tag <b> in the html file. You could have it in
span.chapnum with font-weight: bold.
And those classes that are not defined in the stylesheet, could be removed in the html file.

George
No, you CAN center between any margins:
margin left: 20%; margin-right: 10%
now center in the off center column.

BTW why do some pubs indent a CENTERED chapter head?

(this will look like cr*p if you use a <br> or the line splits to fit)

I always force my way with a text-indent: 0;
theducks is offline   Reply With Quote