Quote:
Originally Posted by JaniceGF
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.