Open the file named "index.html" in your web browser so that you can see exactly how your ebook currently appears. Note font sizes, colors, and other cosmetic changes you want to change.
Click on the "View" menu, then "View Source" in your web browser. This opens a copy of the HTML code for the webpage in Notepad. This code is also called the source code.
Press "control" and "A" at the same time to highlight the entire source code. Click the right mouse button and choose "copy" from the pop-up menu.
Open your word processing software and choose "Paste" from the file menu. Save the file as "index_backup.html". If you make a mistake while editing, you can rename the file "index.html" and upload it to your website to restore your ebook.
Look at the file you have open in Notepad. Find the code that includes your title and change it to whatever title you want. Find the code that includes the words "Page 1," "Page 2," etc. Change each of these pages to whatever names you want the links to display.
Click "File" and then "Save." Refresh the page in your web browser to make sure your ebook title page looks the way you want it to.
Open the .html file for any page where you want to make changes. Repeat this procedure, changing text on the page by finding the correct section of code and changing the text. Make sure to save after making changes.
If you want to change colors or font styles, open the file called styles.css. Find the section of code where it says "Font Family" and change the fonts as desired. You can change colors where it says "background color" or "text color." Save the file and refresh your browser to see changes take effect in your ebook.