That's odd. I'm not sure what could be causing it in the file as so far the contents of the end-notes file is:
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</title>
<link href="../Styles/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p class="endnote" id="note1">Blah, blah, blah</p>
<p class="endnote" id="note2">Blah, blah, blah</p>
<p class="endnote" id="note3">Blah, blah, blah</p>
<p class="endnote" id="note4">Blah, blah, blah</p>
</body>
</html>
With the only styles in use effecting that page in the CSS are:
Code:
body {margin-left:10px; margin-right:10px;}
p {margin:0; text-align:justify; text-indent:1em; font-family:serif;}
.endnote {page-break-before:always; page-break-after:always;}
The only thing I can thing of is the fact I'm using epubreader in Firefox to preview it and that's causing the issue. I'm currently only have access to a machine with epubreader on it, I wont have access to my main pc until I get home from work, and I can't add anything to the machine I'm using.