I don't know anything about how to adjust a CSS script so please forgive me. I am trying to use:
body
{
color:rgb(0,0,0) !important;
background-color:rgb(200,200,200);
text-align:justify;
line-spacing:1.8;
margin-top:1px;
margin-bottom:1px;
margin-right:10px;
margin-left:10px;
-webkit-column-count: 2;
-webkit-column-gap: 1em;
-webkit-column-rule: 1px dotted;
height: 650px;
width:1200px
text-indent: 2em;
}
h1, h2, h3, h4, h5, h6
{
color:black;
text-align:center;
font-style:italic;
font-weight:bold;
}
to have a two column viewing to read, like an actual open book. It was originally posted by carthoris.
When I input this, it opens as two columns and looks great. When I turn a page, in any way, the book advances hundreds of pages @ a time. Please advize on how to make this work correctly. Thanks, Phil.
I have discovered all pages are viewable, I have to scroll left to right on the bottom scroll bar. Is there code to [my guess] create a page break after every other column.
Thanks.
Last edited by wpcreader; 02-20-2012 at 01:46 PM.
|