View Single Post
Old 10-17-2014, 04:41 PM   #23
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,128
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by JaniceGF View Post
I posted the CSS in my initial post but I have included it below:
.block_8 {
display: block;
font-family: "Times New Roman", serif;
font-size: 1.125em;
line-height: 1.5;
text-align: center;
text-indent: 36pt;
padding: 0;
margin: 6pt 0 0
}
But not the HTML which is below:

<p class="block_8" data-lnum="17"><img src="images/image1.png" alt="Stag_Head_clip_art_small" class="calibre4" data-lnum="17"></p>
You aren't posting ENTIRE CSS as shown the the calibre4 tag that we cannot see the CSS for. It has to be the entire CSS posted because if there is an error in any of the CSS, the entire CSS is ignored. So there is no way we can look at your CSS for errors if all you post is a snippit. Please read what we type and follow the directions. So when someone says for the CSS to be posted, you post the ENTIRE CSS, not just a worthless snippit. And, the CSS you post has to be the CSS from the eBook that's not working properly and not the CSS from the eBook that works.

Also, you do have errors in your code. Your HTML should be...

Code:
<p class="block_8"><img src="images/image1.png" alt="Stag_Head_clip_art_small" class="calibre4"</img></p>
Where did you get the data-lnum bit? If it's in your XML files, it has to go.

Last edited by JSWolf; 10-17-2014 at 04:44 PM.
JSWolf is offline   Reply With Quote