View Single Post
Old 01-08-2014, 09:09 PM   #4
VydorScope
Wizard
VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.
 
VydorScope's Avatar
 
Posts: 3,418
Karma: 35207650
Join Date: Jun 2011
Device: iPad
Quote:
Originally Posted by surfsimon View Post
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.
VydorScope is offline   Reply With Quote