3D FlipBook - HTML how to Guide

r***x@gmail.com
2019-08-13
2019-08-17

Hi

I have tried uploading HTML pages to my dev WordPress site, and I have even used URLs, but nothing works.

Can I actually upload HTML files to create one flipbook? and if so how? I cannot find a giude to learn how to do this.

Many thanks

Replies

a***r@3dflipbook.net
2019-08-17
2019-08-17

Use this html as page source

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
    <style type="text/css">
      body {
        margin: 0;
        padding: 0;
        width: 300px;
        height: 400px;
        background-color: #0ff;
      }
    </style>
    <h1>Hello</h1>
  </body>
</html>
Log In to leave a comment