Images don't show after the 49th image
I'm a new user to this forum and I have recently encountered an issue when creating an epub file with Sigil 1.8.0 on a Windows 11 desktop.
I have been using Sigil for several years, mainly to edit and correct existing epub files.
Currently, I am creating a new epub file that will contain about 60 different images. The first 49 images display in the document without issue. However, subsequent images, even re-displays of previously displayed images, do not display.
I am using the following code to display images - <p class="aligncenter"> <img src="../image.jpg"/> </p>
With the following in my main CSS file - .aligncenter { text-align: center;}
Any help would be greatly appreciated.
|