Quote:
Originally Posted by knightrider247
Hi,
yeah, I guess I am not going to go with svg.
Is there an advantage to place one image per html file or can I put them all in one html - divided by div-tags?
Thank you!
knightrider
|
One per file sets a break before each one, which is probably pretty close to your original goal. I also personally do not enjoy working with very large HTML files (though nor would I necessarily enjoy working with hundreds of small ones). You could always start with a great big one and then split it apart at the end in Sigil. Not knowing too much about the book, apart from it containing many images, it’s tough to guess where a break makes sense. If it has any sort of “chapter” analog, the breaks should be there.