Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old 04-25-2011, 09:41 AM   #1
christinerose
Junior Member
christinerose began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2011
Device: Kindle
ePub to PubIt! Errors



I've tweaked the ePub in Sigil to where it looks perfect, but when I upload it to PubIt!, it's off.

My understanding is that PubIt! uses ePub, so who is it changing at all?

See the attached screenshots to how it looks in Sigil and how it looks in the PubIt! Nook preview.

I put in this line:
Code:
body, div, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
So there wouldn't be spaces between the paragraphs, but there still are. Even before I put that line in, it looked fine in Sigil. Each time I upload it to PubIt!, the paragraphs are separated again.
Attached Thumbnails
Click image for larger version

Name:	Screen shot 2011-04-25 at 8.13.43 AM.png
Views:	290
Size:	628.4 KB
ID:	70479   Click image for larger version

Name:	Screen shot 2011-04-25 at 8.13.43 AM (2).png
Views:	312
Size:	758.6 KB
ID:	70480  
christinerose is offline   Reply With Quote
Old 04-25-2011, 09:48 AM   #2
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,546
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Some readers have default margins or other properties that cannot be changed and that take preference over styles in the book. Try using a selector with a higher priority, such as:

Code:
body p {margin: 0; padding: 0; }
which means "all <p> tags inside a <body> tag". It should apply to all <p> tags, because all should be inside <body>, but it has a higher priority than just "p".
Jellby is offline   Reply With Quote
Advert
Old 04-25-2011, 10:18 AM   #3
christinerose
Junior Member
christinerose began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2011
Device: Kindle
Thank you, Jellby; but that didn't work.

It's still showing space between paragraphs.

This is what I have now:

Code:
body p { margin: 0; padding: 0; text-indent:50px; }
li p {margin: 0; padding: 0; text-indent: 0; }

div, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
christinerose is offline   Reply With Quote
Old 04-25-2011, 10:29 AM   #4
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,612
Karma: 145864263
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Can you please show us a snippet of the actual code? Without that, there's not a lot we can do to help.
JSWolf is offline   Reply With Quote
Old 04-25-2011, 10:37 AM   #5
christinerose
Junior Member
christinerose began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2011
Device: Kindle
Actual Code

Sure! I'll put in the entire CSS file if that helps.

Code:
@font-face {
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight: normal;
}
body p { margin: 0; padding: 0; text-indent:50px; }
li p {margin: 0; padding: 0; text-indent: 0; }

div, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

div.generated-style {
font-family: "Times New Roman";
}
div.generated-style-2 {
font-family: "Times New Roman";
}
p.section-header {
	font-family: "Times New Roman";
	line-height: 1.00em;
	font-size: 1.33em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
}
p.subsectionheader {
	font-family: "Times New Roman";
	line-height: 1.14em;
	font-size: 1.17em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: justify;
	font-weight: bold;
	font-style: normal;
	color: rgb(0,0,0);
}
p.x3rdsection-header {
	font-family: "Times New Roman";
	line-height: 1.14em;
	font-size: 1.17em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: justify;
	font-weight: bold;
	font-style: normal;
	color: rgb(0,0,0);
}
p.x4th-section-header {
	font-family: "Times New Roman";
	line-height: 1.14em;
	font-size: 1.17em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: justify;
	font-weight: bold;
	font-style: normal;
	color: rgb(0,0,0);
}
p.x5th-section-header- {
	font-family: "Times New Roman";
	line-height: 1.14em;
	font-size: 1.17em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: justify;
	font-weight: bold;
	font-style: normal;
	color: rgb(0,0,0);
}
p.essay-title {
	font-family: "Times New Roman";
	line-height: 1.14em;
	font-size: 1.17em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: rgb(0,0,0);
}
p.essay-byline {
	font-family: "Times New Roman";
	line-height: 1.14em;
	font-size: 1.08em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: rgb(0,0,0);
}
p.chapter-title {
	font-family: "Times New Roman";
	line-height: 1.20em;
	font-size: 1.50em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
}
p.general-para {
	font-family: "Times New Roman";
	line-height: 1.33em;
	font-size: 1.00em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 1.17em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
}
p.boxes {
	font-family: "Times New Roman";
	line-height: 1.33em;
	font-size: 1.00em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: rgb(0,0,0);
}
p.blog-posts {
	font-family: "Times New Roman";
	line-height: 1.33em;
	font-size: 1.00em;
	margin-bottom: 0.75em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 1.50em;
	margin-left: 1.50em;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
}
p.checkboxes {
	font-family: "Times New Roman";
	line-height: 1.33em;
	font-size: 1.00em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: -1.50em;
	margin-right: 0.00em;
	margin-left: 2.67em;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
}
p.footer {
	font-family: "Times New Roman";
	line-height: 1.20em;
	font-size: 0.67em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
}
p.boxtext {
	font-family: "Times New Roman";
	line-height: 1.33em;
	font-size: 1.00em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
}
span.generated-style {
}
h2{
font-family: "Times New Roman";
font-size: 1.36em;
font-weight: bold;
}
h3{
font-family; "Times New Roman";
font-size: 1.30em;
font-weight: bold;
}
h4{
font-family: "Times New Roman";
font-size: 1.25em;
font-weight: bold;
}
h5{
font-family: "Times New Roman";
font-size: 1.17em;
	line-height: 1.14em;
font-weight: bold;
}
h6{
font-family: "Times New Roman";
font-size: 1.13em;
	line-height: 1.14em;
font-weight: bold;
}
ol{
font-family: serif;
font-size: 1.00em;
font-weight: normal;
text-align: justify;
}
ul{
font-family: serif;
font-size: 1.00em;
font-weight: normal;
text-align: justify;
}
All those font faces at the top were originally other fonts as exported from InDesign CS4, but I changed them all to "Times New Roman." Same for the p.xxx near the bottom. Made all those the same text size.

Also added the h2, h3, etc., and the ol/ul.

Strangely, Sigil seems to be changing the fonts back in-line the xhtml documents automatically. But that's another issue.

christinerose is offline   Reply With Quote
Advert
Old 04-25-2011, 10:41 AM   #6
christinerose
Junior Member
christinerose began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2011
Device: Kindle
More Code

Here is the code from the file pictured above.

See how it's putting in all the sgc- exceptions? It's adding Adobe Garamond Pro and others back in after I changed all the fonts in the CSS.

Code:
<?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>NonFiction_eBook</title>
  <link href="../Styles/template.css" rel="stylesheet" type="text/css" />
  
  
<style type="text/css">
span.sgc-1 {font-weight: normal; font-size: 16px;}

  p.sgc-8 {text-align: left;font-family: 'Adobe Garamond Pro'; line-height: 1.23em; font-size: 1.08em; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; margin-right: 0em; margin-left: 0em; font-weight: bold; font-style: normal; color: rgb(0, 0, 0);}
  b.sgc-7 {text-decoration: underline}
  div.sgc-6 {text-align: left;}
  span.sgc-5 {font-weight: normal;}
  span.sgc-4 {font-family: 'Adobe Garamond Pro'; font-size: 17px; font-weight: bold; line-height: 21px}
  blockquote.sgc-3 {margin: 0 0 0 40px; border: none; padding: 0px;}
  b.sgc-2 {font-style: italic}

  span.sgc-12 {text-decoration: underline}
  span.sgc-11 {font-weight: bold}
  p.sgc-10 {text-align: center;}

  ul.sgc-20 {font-family: Arial; line-height: normal; font-size: medium;}
  p.sgc-19 {font-family: 'Adobe Garamond Pro'; line-height: 1.23em; font-size: 1.08em; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; margin-right: 0em; margin-left: 0em; text-align: center; font-weight: bold; font-style: normal; color: rgb(0, 0, 0);}

  span.sgc-17 {font-weight: bold; text-decoration: underline}

  span.sgc-23 {font-style: italic; font-weight: bold}

  span.sgc-37 {font-family: Arial; line-height: normal; font-size: medium;}

  i.sgc-35 {font-weight: bold}
  p.sgc-34 {text-align: justify;font-family: 'Adobe Garamond Pro'; line-height: 1.23em; font-size: 1.08em; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; margin-right: 0em; margin-left: 0em; font-weight: bold; font-style: normal; color: rgb(0, 0, 0);}
  li.sgc-33 {list-style: none; display: inline}






  p.sgc-26 {text-align: center;font-family: 'Adobe Garamond Pro'; line-height: 1.33em; font-size: 1em; margin-bottom: 0em; margin-top: 0em; text-indent: 1.17em; margin-right: 0em; margin-left: 0em; font-weight: normal; font-style: normal; color: rgb(0, 0, 0);}
  p.sgc-25 {text-align: center; font-family: 'Adobe Garamond Pro'; line-height: 1.33em; font-size: 1em; margin-bottom: 0em; margin-top: 0em; text-indent: 1.17em; margin-right: 0em; margin-left: 0em; font-style: normal; color: rgb(0, 0, 0);}
</style>
<style type="text/css">
p.sgc-57 {font-family: 'Adobe Garamond Pro'; line-height: 1.23em; font-size: 1.08em; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; margin-right: 0em; margin-left: 0em; text-align: justify; font-weight: normal; font-style: normal; color: rgb(0, 0, 0);}



  i.sgc-53 {text-decoration: underline}
  p.sgc-52 {text-align: center;font-family: 'Times New Roman'; line-height: 1.33em; font-size: 1.00em; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; margin-right: 0em; margin-left: 0em; font-weight: normal; font-style: normal; color: rgb(0, 0, 0);}
  p.sgc-51 {font-family: 'Times New Roman'; line-height: 1.33em; font-size: 1.00em; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; margin-right: 0em; margin-left: 0em; font-weight: bold; font-style: normal; color: rgb(0, 0, 0); text-align: center;}

  div.sgc-49 {text-align: center;font-family: serif; line-height: normal; font-size: medium;}

  p.sgc-47 {text-align: center;font-family: serif; line-height: 1em; font-size: 1.33em; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; margin-right: 0em; margin-left: 0em; font-weight: normal; font-style: normal; color: rgb(0, 0, 0);}



  div.sgc-43 {font-family: Arial; line-height: normal; font-size: medium;}
  p.sgc-42 {text-align: justify;font-family: Capitals; line-height: 1em; font-size: 1.33em; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; margin-right: 0em; margin-left: 0em; font-weight: normal; font-style: normal; color: rgb(0, 0, 0);}

  p.sgc-58 {text-align: justify;}

  span.sgc-60 {font-style: italic}
</style>
</head>

<body>
  <p class="general-para"></p>

  <h2 id="heading_id_2">Part I: Publishing</h2>

  <p class="general-para"><span class="generated-style">Writing a book is very hard. I know. I've done it six times now. Seven, counting this one. However, as hard as it is, writing your book is the easiest part of this process. Getting published is infinitely more difficult, especially if you go with the first of the four basic choices: a New York "Big Boy" Publisher.</span></p>
christinerose is offline   Reply With Quote
Old 04-25-2011, 12:37 PM   #7
st_albert
Guru
st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'
 
Posts: 697
Karma: 150000
Join Date: Feb 2010
Device: none
would it help to use the !important modifier, as in

Code:
body p { margin: 0 !important; padding: 0; text-indent:50px; }
Maybe that will encourage the Nook to pay attention.
st_albert is offline   Reply With Quote
Old 04-25-2011, 01:31 PM   #8
Jim Lester
Evangelist
Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.
 
Jim Lester's Avatar
 
Posts: 416
Karma: 14682
Join Date: May 2008
Location: SF Bay Area
Device: Nook HD, Nook for Windows 8
The user style sheet that B&N uses, has a higher priority than any other CSS elements (and includes rules on the body element). So while eventually you may figure a way around this, you are only one update away from it not working the way you expect.

However, on any B&N reader if you want your styling to be used, then you need to go set 'Publisher Defaults' to 'On', which will disable the user style sheet, and get it to pay attention to your styling.
Jim Lester is offline   Reply With Quote
Old 04-25-2011, 01:59 PM   #9
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,546
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
... or try adding a class to every paragraph.

Because we don't know what the B&N stylesheet looks like, do we?
Jellby is offline   Reply With Quote
Old 04-25-2011, 04:30 PM   #10
Jim Lester
Evangelist
Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.Jim Lester is less competitive than you.
 
Jim Lester's Avatar
 
Posts: 416
Karma: 14682
Join Date: May 2008
Location: SF Bay Area
Device: Nook HD, Nook for Windows 8
The B&N stylesheet is programmatically generated (based upon user font selections among other things) and is subject to change at each release. Trying to work around that directly is likely to be an exercise in frustration.
Jim Lester is offline   Reply With Quote
Old 04-25-2011, 04:49 PM   #11
christinerose
Junior Member
christinerose began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2011
Device: Kindle
Wow! Thanks for this great information!
Good to know it's not something I was doing wrong. I was going nuts!
christinerose is offline   Reply With Quote
Old 10-02-2014, 10:09 PM   #12
celeste5434
Junior Member
celeste5434 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2014
Device: computer
This is the errors I received. I have no idea what they mean or how to fix them. I've read so many website help articles about extracting and replacing. This is enough to make you want to pull out your hair. Does anyone know anything about these in a simple way to explain it?

I would really appreciate any help I can get at the moment. Thanks

Spoiler:


ERROR TOGfix_split_000.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_000.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_001.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_001.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_001.htm 12 76 attribute "clear" not allowed here; expected attribute "class", "id", "style" or "title"
ERROR TOGfix_split_002.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_002.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_002.htm 12 76 attribute "clear" not allowed here; expected attribute "class", "id", "style" or "title"
ERROR TOGfix_split_003.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_003.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_003.htm 12 76 attribute "clear" not allowed here; expected attribute "class", "id", "style" or "title"
ERROR TOGfix_split_004.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_004.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_005.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_005.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_006.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_006.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_007.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_007.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_008.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_008.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_009.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_009.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_010.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_010.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_011.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_011.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_012.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_012.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_013.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_013.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_014.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_014.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_015.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_015.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_016.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_016.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_017.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_017.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_018.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_018.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_019.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_019.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_020.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_020.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_021.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_021.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_022.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_022.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_023.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_023.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_024.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_024.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_025.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_025.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_026.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_026.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_027.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_027.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_028.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_028.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_029.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_029.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_030.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_030.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_031.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_031.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_032.htm 10 52 attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_032.htm 10 52 attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"
ERROR TOGfix_split_032.htm 12 77 attribute "clear" not allowed here; expected attribute "class", "id", "style" or "title"


Last edited by Dr. Drib; 10-02-2014 at 10:24 PM.
celeste5434 is offline   Reply With Quote
Old 10-03-2014, 01:55 AM   #13
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
I think the messages are quite clear. You use vlink/link and clear directly in tags. That is not allowed.
Toxaris is offline   Reply With Quote
Old 10-10-2014, 10:39 AM   #14
celeste5434
Junior Member
celeste5434 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2014
Device: computer
They are clear? What are they I used vlink? What is that? I used nuclear format and took out everything except the first line indent. Where do links get in?
celeste5434 is offline   Reply With Quote
Old 10-10-2014, 02:02 PM   #15
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
They are clear. As you provide no information about the source or how you got to the target, we can only work from the information you provided. If you have an ePUB and it reports those errors, they can be solved in the ePUB.
Toxaris is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with EPUB errors overholt001 Workshop 4 04-09-2011 10:43 PM
Epub format, B & N PubIt!, and HTML character entities jlandahl ePub 3 04-07-2011 04:38 AM
ePub Errors mrbillb ePub 1 08-11-2010 08:24 PM
ePub errors Hatgirl ePub 2 05-18-2010 01:00 PM
Errors in epub novels.books ePub 5 11-27-2009 03:54 AM


All times are GMT -4. The time now is 12:12 PM.


MobileRead.com is a privately owned, operated and funded community.