Hi. Thanks for the replies. I actually inserted
<p class="chapter hidden">Chapter 1</p> before each image, with the settings :
p.hidden
{
display: none;
visibility: hidden;
}
Then I entered the path for Chapter creation in Calibre, and it worked. I emailed G. Henkel (big help), and he provided me with this solution.
As far as the location of the picture file,
BIG NOTE: src="/Users/Desktop
That path will break your book as soon as you move the book:
I am a newbie to this html / css coding, and am learning on the fly. I don't know all the tips, tricks, and "the right way to do things", but I sure appreciate you more experienced / knowledgeable people helping me and others out.
I'm not sure what you mean by break the book, I assume you mean it won't work unless it is in that folder location (correct)? I thought after converting the book to a mobi / ePub I wouldn't need that original folder / file anymore.??
You want to convert and modify<p class="chapter"
to a <p class="chapter" title="\2"
I have been scouring the internet for tips and tricks, and solutions to all the issues I have come up with in the past few days. I'm not sure what the title="/2" does? I'm just trying to figure out what all the different classes, div, etc. mean and how they work.
Do you have a trusted website or book that you would recommend I read.
Thanks again.
|