View Single Post
Old 11-11-2011, 09:01 PM   #6
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718479
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
Quote:
Originally Posted by theducks View Post
I am not a expert, but blockquote is not an acceptable pair.
I always surround the contents with a <p> tag.

it is a naked BR (outside of a tag pair in the list)
Code:
...</h3>
<br />  <<no
<p>...
<blockquote> is not a "block" structure in ePub. Any text inside of a <blockquote> has to be inside of a <p> or <div> inside of the <blockquote>. Also, any <br /> needs to be inside of a <p> or <div>, even when inside of a <blockquote>

Code:
<blockquote>
  <p> blah, blah, ..., more blah<br />
  another line of blah</p>
</blockquote>
dwig is offline   Reply With Quote