View Single Post
Old 01-03-2011, 05:50 PM   #34
panda6855
Enthusiast
panda6855 began at the beginning.
 
panda6855's Avatar
 
Posts: 26
Karma: 10
Join Date: Dec 2010
Device: iPad
Quote:
Originally Posted by Danger View Post
Can you provide a screenshot of the preceding page or copy/paste the text here of the code particularly from the beginning of the page, before and after the chapter break. Everything from the <body...> and above. maybe we can narrow down the problem.
Here is the code - the three versions - one before CB, one after CB of preceding page, and one after CB of following page:

=======
BEFORE ADDING CHAPTER BREAK:
------
<?xml version="1.0"?>
<!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>OTLePUB2010RTxx.xhtml</title>
<link href="../Styles/template.css" rel="stylesheet" type="text/css" />
</head>

<body style="">

=======
AFTER ADDING CHAPTER BREAK in preceding paragraph/chapter
-------
<?xml version="1.0"?>
<!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>OTLePUB2010RTxx.xhtml</title>
<link href="../Styles/template.css" rel="stylesheet" type="text/css" />
</head>

<body style="">

===========
AFTER ADDING CHAPTER BREAK in following paragraph/chapter
--------
<?xml version="1.0"?>
<!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>OTLePUB2010RTxx.xhtml</title>
<link href="../Styles/template.css" rel="stylesheet" type="text/css" />
</head>

<body style="">

============

To get these pieces of code, I created a fresh new file of the basic text of the project, then started afresh by making the first chapter break when the problem begins.

Btw, I'm using Sigil 0.3.2 on MacBook Pro 15"/ 3.06GHz/ 500GB - 7200/ 4GB/ OSX 10.6.5

Thanks for your help.

Last edited by panda6855; 01-03-2011 at 05:54 PM.
panda6855 is offline   Reply With Quote