View Single Post
Old 07-10-2012, 01:37 AM   #6
brittonal
Member
brittonal began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2012
Device: Nook Simple Touch GlowLight
This is what the default coverpage html looks like when I got the book.


Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
  <link href="../Styles/LD.css" rel="stylesheet" type="text/css" />
  
<style type="text/css">
body.sgc-2 {margin: 0.00em;}
  img.sgc-1 {height: 100%}
</style>
</head>

<body class="sgc-2">
  <div id="coverpage">
    <p class="center"><img alt="cover" class="sgc-1" src="../Images/cover.jpg" /></p>
  </div>

  <p class="breakhere">&nbsp;</p>
</body>
</html>
brittonal is offline   Reply With Quote