View Single Post
Old 09-24-2010, 12:23 PM   #7
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,791
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by sassanik View Post
Okay so I think I figured out the problem, the line that is throwing the error has a </div> on it, it is closing a external link ie:

<div class="s6">
<p class="calibre3"><span class="none7">For this and other exciting titles see our website at:</span> <a class="calibre5" href=""><span class="none10">www.estarbooks.com</span></a></p>
</div>

So I guess the error makes more sense to me now... but uhh how do I fix it?
The </div> is fine.
It is the EXTERNAL Anchor to the estarbooks. it is howling about (possibly in error).
Baen uses the following
Code:
  
<div class="calibre12">
    <span class="bold">For more great books visit<br class="calibre2" />
    <br class="calibre2" />
    <a href="http://www.webscription.net">http://www.webscription.net/</a></span>
  </div>
Note: no <p> tag
theducks is offline   Reply With Quote