View Single Post
Old 12-20-2011, 02:04 PM   #3
osiris12
Junior Member
osiris12 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2011
Device: IPAD, Kindle fire
That makes sense about the image size being too big. It's 1035x1600 pixels

Here is the code in the Cover.html page

<?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" xml:lang="en">
<head>
<title>cover</title>
</head>

<body>
<img alt="" height="100%" src="../Images/CoverImage.jpg" width="100%" />
</body>
</html>
osiris12 is offline   Reply With Quote