Quote:
Originally Posted by surfsimon
I just noticed that on https://www.smashwords.com/swdirect they say:
"Known bug: Depending on how your .epub file is constructed, in some cases AutoVetter will generate an erroneous "copyright error" message. If this happens, please contact our support team via the "Comments/questions" link and they can quickly approve your book. We're working to fix this."
So I will contact them directly....
|
Glad you saw that... that was what I was about to tell you.

I had that problem a while back but it went away. Not sure what trips it.
Here is what I have and this passes every time now....
Code:
<p class="block2">Written and Published by Vincent Trigili</p>
<p class="block2">Copyright 2010 Vincent Trigili</p>
<p class="block2">Smashword Edition</p>
With the style:
Code:
.block2 {
border-bottom: 0;
border-top: 0;
display: block;
text-align: center;
text-indent: 0;
padding: 0;
margin: 0
}
and that seems to pass through fine.