Open iPub Help and Video
Open iPub Help
Need Help, Email: info@openipub.com
Copyright 2012 John Wilson
Owned and Operated by World Peace Communications
Table of Contents
Introductory Video
Navigation Overview

Keyboard Shortcuts
| Function | Key |
|---|---|
| Previous Page | left-arrow-key |
| Next Page | right-arrow-key |
File Upload
In order to upload a file for publishing in the Open iPub store it must be in HTML format. Use any HTML editor you like or export from your word processor in HTML format. Use the following tags, usually in this order:
| HTML Code | Open iPub Reader Result |
|---|---|
| <div id="toc"></div> | Location of table of contents, used by the Table of Contents/Back button in the Reader top toolbar. |
<h1><h2><p> |
Most html formatting tags are supported. |
| <h2>Table of Contents</h2> <ul> <li><a href="#one" onClick="gototocchapter(1);">Chapter 1</a></li> <li><a href="#one" onClick="gototocchapter(2);">Chapter 2</a></li> </ul> |
Create a table of contents on the first page of your publication with links to chapter headings that you identify in the body of your file with id="c1" (see the next example for how to establish a heading or any tag as a chapter that can be linked to from the table of contents). |
| <h1 id="c3"> | Use id=c3, to identify the heading to go to from the Table of Content link for chapter 3. |
| <p align="center"><img title="Open iPub Help" src="http://yoursite.com/images/screen_overview.006.jpg" alt="" width="600" align="center" /></p> | Display images. |
Remove the following tags for best results:
| HTML Code | Explanation |
|---|---|
<head><title><meta> |
Open iPub Reader uses data from that you input to determine items like the special header handling, titles, meta formatting information and links to styles. |