Quote:
Originally Posted by VictoriaSkyline
Is there a way to merge them while still passing validation?
|
You could easily merge them with an editor or
Softsnow Merger, however, this will also cause problems because then the single .html file will most likely be larger then 300KB and epubcheck will display a different warning.
Quote:
Originally Posted by VictoriaSkyline
Have you seen epubs saved in sections?
|
That's pretty much the default, because many older readers cannot handle .html files larger than 230KB.
Your problem is most likely caused by a style embedded in the .html file or a style in a linked .css file. I'd recommend opening the second or third .html file in an editor. Have a look at the header and copy everything from the first line (<?xml version="1.0" ...?>) to the very first paragraph. Post the excerpt here. If you see <href link ...>, attach the .css file, too.