Playscripts can be published in fixed layout as well in reflowable layout. Mentioned below are the steps to publish them: Step 1: Keep your title page simple – no over sized letters, color or fancy graphics. JOURNEY INTO THE WHIRLWIND Rebecca Schull Step 2: Set Margins 1.5”. Set other margins at 1” Step 3: Stage […]

There are two options to lock the eBook orientation. The best way is to include the locking code in the com.apple.ibooks.display-options.xml file. Step 1: Open the .xml file in your notepad/wordpad. And you will see the code as below: Now, as you know there are two types of eBooks: Reflowable (Landscape/Portrait) Fixed Layout (Landscape/Portrait) So […]

Why use MathJax? It can be a tedious task to insert mathematical equations in the eBook. If we create images of each equation and insert them, it disrupts the layout. To avoid this, we can use MathJax. MathJax allows you to include mathematical equations in your web pages, either using LaTeX, MathML or AsciiMath notation, […]

Make sure you have Adobe Photoshop installed on your computer. Step 1: Launch Photoshop. Click on “File > Open”. Locate and select the image you want to edit. Step 2: Click on “Window > Layers” in the main menu. Open the “Layers” panel from the right sidebar. Step 3: Select the background layer for the […]

How to prevent page-break within text? To prevent the page-breaks as in below screenshot you can apply the steps as mentioned below. Step 1: Open your eBook in Sigil or similar software. Step 2: Open the HTML file having page-breaks. Now, in container in which you want to prevent page break, define a class for […]

Here’s a sample code to align image vertically in .ePub Step1: Open your .ePub file in Sigil or similar software. Step 2: Go to “Styles” folder. Add this code to your .css file. CSS: img.verticalCenter { width: 100%; max-height: 50%; margin-top: 40%; margin-bottom: 30%; } Step 3: Open your HTML file with image to be […]