Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Editor

Notices

Reply
 
Thread Tools Search this Thread
Old 10-10-2014, 09:19 AM   #16
JaniceGF
Junior Member
JaniceGF began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Oct 2014
Device: nexus 7
Quote:
Originally Posted by theducks View Post
is this another case of ADE tossing out the CSS and what else you see is just viewer 'default'?

Try adding:
Code:
font-weight: bold;
to a style on a normal paragraph
Sorry, but why would I do that? or is that just an example of ADE (what does ADE stand for?) tossing out the CSS.
JaniceGF is offline   Reply With Quote
Old 10-10-2014, 01:28 PM   #17
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: 79,392
Karma: 145491800
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
If nobody is going to post the CSS from the non-working ePub, then this thread should be closed as without it, no help can be given.\

JaniceGF, if you won't post the non-working CSS, don't bother to ask for help as we need it to see what's wrong. Calibre's book editor doesn't help us one bit to help you.
JSWolf is offline   Reply With Quote
Advert
Old 10-10-2014, 01:30 PM   #18
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: 30,936
Karma: 60358908
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 JaniceGF View Post
Sorry, but why would I do that? or is that just an example of ADE (what does ADE stand for?) tossing out the CSS.
It is debugging 'test' of the CSS (class) being used. You could use anything that produces Obvious results for that paragraph/section to see if any parts of the CSS are working

If Bold does not work, the rule or CSS is being ignored and you need to find where/what.

Once the 'test' passes, the test case can be removed

BTW
I usually see the 'auto' only used inside a <img class=
ADE is funny about Auto
theducks is online now   Reply With Quote
Old 10-10-2014, 01:49 PM   #19
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Aldiko can sometimes ignore various settings in CSS, so please try also in another program.
Toxaris is offline   Reply With Quote
Old 10-10-2014, 05:17 PM   #20
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
Good advice for any odd problem!
mrmikel is offline   Reply With Quote
Advert
Old 10-17-2014, 11:13 AM   #21
JaniceGF
Junior Member
JaniceGF began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Oct 2014
Device: nexus 7
Quote:
Originally Posted by JSWolf View Post
If nobody is going to post the CSS from the non-working ePub, then this thread should be closed as without it, no help can be given.\

JaniceGF, if you won't post the non-working CSS, don't bother to ask for help as we need it to see what's wrong. Calibre's book editor doesn't help us one bit to help you.

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>
JaniceGF is offline   Reply With Quote
Old 10-17-2014, 11:24 AM   #22
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: 30,936
Karma: 60358908
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 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" </img> class="calibre4" data-lnum="17"></p>
That is Garbage
corrections in red
1) no close of Img tag
2)extraneous class/id
theducks is online now   Reply With Quote
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: 79,392
Karma: 145491800
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
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Centering images perkin5 Conversion 8 09-19-2014 10:40 AM
Centering blockquotes ghostyjack ePub 6 07-17-2014 06:07 AM
Nook not centering anything. why? kateharp ePub 0 05-11-2011 10:53 PM
Centering PDF nguirado Amazon Kindle 5 10-04-2010 08:45 PM
How to do centering sjohnson717 Calibre 15 02-28-2010 09:20 AM


All times are GMT -4. The time now is 01:56 AM.


MobileRead.com is a privately owned, operated and funded community.