Quote:
Originally Posted by Turtle91
I'm just curious... Is there some code in the html header or ePub in general that defines if it is a fixed layout?
|
For fixed layout you declare the entire document and/or individual html files as being "pre-paginated" in the OPF. You also have to declare the page height and width in pixels (viewport). The reading device is supposed to scale pages if its screen doesn't have those dimensions. Generally there is one HTML file per page in fixed layout.