View Single Post
Old 06-06-2013, 09:54 AM   #8
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,881
Karma: 8821117
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Hi phossler;

You can fix your problem by adding the following style in you css stylesheet:

Code:
blockquote p {
    font-style: italic;
    text-indent: 0;
}
After that, you can use inside your blockquotes, the following formula:

Code:
<blockquote>
  <p>...something...</p>
</blockquote>
With that, your epub will pass the FlightCrew's test. I attach a new epub with the changes.

Regards
Rubén
Attached Files
File Type: epub Sigil_Forum_Question.epub (2.8 KB, 199 views)
RbnJrg is online now   Reply With Quote