View Single Post
Old 01-17-2009, 01:00 PM   #59
brewt
Boo-Frickety-Hoo-Erizer
brewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enough
 
brewt's Avatar
 
Posts: 251
Karma: 686
Join Date: Oct 2007
Device: Kobo Glo HD!
Attached is a re-render of your message 54 epub out of calibre, with a screen shot in ADE of chapter 1 of the re-render, and a sreenshot of your original in ADE.

The header on your original xhtml looks like this:

Quote:
<?xml version="1.0" encoding="UTF-8"?>
<!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>CapÃ*tulo I</title>
<link href="css/style.css" type="text/css" rel="stylesheet" />
</head>
<body>

When the xhtml comes out of calibre, the header looks like this:

Quote:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>CapÃ*tulo I</title>
<link href="resources/style_3_9.css" type="text/css" rel="stylesheet"/>
<link href="resources/Capitulo-01_0.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
<link href="resources/Capitulo-01_1.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
<link href="resources/Capitulo-01_2.css" type="text/css" charset="UTF-8" rel="stylesheet"/>

</head>
<body>

Could the lack of doctype in the re-render have anything to do with why it looks different? Or maybe the change to a content type?


-bjc
Charter Member, Deceased Equine Abuse Society.
Attached Thumbnails
Click image for larger version

Name:	message 54.jpg
Views:	470
Size:	261.2 KB
ID:	21493   Click image for larger version

Name:	message 54 original.jpg
Views:	493
Size:	218.3 KB
ID:	21497  
Attached Files
File Type: epub Índice - Unknown.epub (365.0 KB, 418 views)
brewt is offline   Reply With Quote