Please help with line spacing
The whole book is double spaced, i.e. a space betwen every single line. I've scoured the forum and it seems that every line is being treated as a a paragraph because in code view every line ends with </p>
The advice given was to go to stylesheet CSS and in paragraph put for line-space 1.2 em. However, in CSS I don't have paragraph or line spacing, this is what I have.
@namespace h "http://www.w3.org/1999/xhtml";
.bold {
font-weight: bold
}
.calibre {
display: block;
font-size: 1em;
line-height: 1.2;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
padding-left: 0;
padding-right: 0;
text-align: justify
}
.calibre1 {
display: block
}
.calibre2 {
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 1em;
text-indent: 0
}
.calibre3 {
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 1em;
text-align: center;
text-indent: 0
}
.calibre4 {
font-size: 1.5em;
line-height: 1.2
}
.calibre5 {
display: block;
margin-bottom: 0;
margin-left: 19pt;
margin-right: 0;
margin-top: 1em;
text-indent: -19pt
}
.calibre6 {
color: blue;
cursor: pointer;
text-decoration: underline
}
.calibre7 {
color: blue
}
.mbppagebreak {
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0
}
.underline {
text-decoration: underline
}
So, I'm stuck and any help would be most appreciated. I'm a total newbie with this program- sorry.
|