View Single Post
Old 04-18-2019, 04:01 PM   #21
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,833
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by DanaRu View Post
Hi Rubén!
Hi Dana!

Quote:
I looked at the book. Everything is perfect! I do not know how to thank you!))
You are welcome Dana.

Quote:
I am glad that there are no errors and the code was looked by an experienced person) Can I write to you if you have more questions?
Yes, of course, you can write me. Take in count that now the text in your tables won't resize because otherwise, if the user increases the font-size, the tables won't look well (as you observed with your first intents).

Besides, there are others things I would change in your epub. I didn't want to do it because it seemed a lack of respect toward your work but if I were you, I would change some things regarding your embbeding fonts. I wouldn't set a font for <body> and regarding your <h> tags (you are using Arial as font for them), I'd employ the following:

Code:
h1, h2, h3 {
   font-family: sans-serif;
}
So, I would suppress from the epub the fonts "Times" and "Arial". Why? Because is the user who must choose what fonts prefers to read the book. And if you like a serif font for the text of the ebook, then use something like:

Code:
p {
   font-family: serif;
}
Of the same way, don't use margins for body; let the users to choose that; IMHO, of course.

Quote:
You have a very beautiful and neat code! Now I will do like you)
Glad the my way of writting code likes you By the way, it seems to me that you are using Sigil to write epubs in Book View; am I right?

Quote:
No, I am a layout designer)) I work in a publishing house. Our publisher publishes books for students)
Ok.

Quote:
Eres muy simpático! Gracias Rubén
Не за что, Дана. И вы тоже очень добры и у вас много сочувствие.
RbnJrg is offline   Reply With Quote