Thread: Images Sizes
View Single Post
Old 09-06-2024, 05:48 AM   #16
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,622
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by m610 View Post
Please cut me some slack. This is my first ebook project and I am learning it all sitting here by myself at my desk.
Yep, sure no problems. That is exactly how I started out 4+ years ago, and just like you, ended up here.

But do provide what is asked for which is the quickest way to get help.

The epub is malformed because you have deleted html sheets, so without some major editing, we can't test this on a Kindle. (why don't you just scramble the book and give it to us complete?)

So, a couple of comments...

1. Don't use <br/> as a spacer. It is not meant to be used that way. Either use a <p>&nbsp;</p> or a class="parabreak" that will force a space.

2. Why do you have your stylesheet in your html file? I assume you have the stylesheet repeated in every html file? Create one stylesheet the same way you created the font.css file.

3. Some paragraphs have a line return after the opening tag, others don't. You should keep it consistent. (without the line return)

4. TOC should have it's own file, or even better is use the ncx file, instead of an in-line toc.

6. Don't leave spaces in filenames. eBook Version of BFAD.htm should be eBook_Version_of_BFAD.htm. Also, the extension should be .html or even better - .xhtml

7. Maybe use epub3?

8. Good practice to use <h(1-6)> tags for your headings.

Hope that gives you some pointers.

Last edited by Karellen; 09-06-2024 at 05:50 AM.
Karellen is offline   Reply With Quote