View Single Post
Old 01-28-2010, 02:41 PM   #2
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Do you realize that blockquote is a reserved HTML tag name i.e. <blockquote> ... </blockquote>? It indents both left and right margins at the same time. Perhaps try that instead.
(see the second and third images attached which use blockquotes for each paragraph and nested blockquotes, respectively.)

I attach a .imp ebook made using just blockquotes as per this HTML code:
Code:
<STYLE TYPE="text/css">
td.coverpage {width:100%; height:445px; text-align:center; vertical-align:middle}
h1.booktitle {margin-top:15%}
h3.author {margin-top:5%}
h3.book {margin-top:7%}
p.blockquote {margin-top:1.5ex; margin-bottom:1.5ex; margin-left:3.5em; margin-right:3.5em}
p.blockquote_begin {margin-top:1.5ex; margin-left:3.5em; margin-right:3.5em}
p.blockquote_mid {margin-top:0.5ex; margin-left:3.5em; margin-right:3.5em}
p.blockquote_end {margin-top:0.5ex; margin-bottom:1.5ex; margin-left:3.5em; margin-right:3.5em}
.pagebreak {page-break-before:always}
header {display:none; display:oeb-page-head}
span.header {font-size:x-small}
span.footer {font-size:x-small}
footer {display:none; display:oeb-page-foot}

</style>
<br>
<blockquote>The Great Depression of 2020 fostered a revival of organized crime. The black market in technology surpassed drugs and prostitution to become the primary source of revenue for these criminals.</blockquote>
<blockquote><b>Dr. Jessica Owen-Wells</b>, The Great Depression of 2020, copyright 2041, American Historical Society </blockquote>
<blockquote>In creating the thinking machine, man has made the last step in submission to mechanization; and his final abdication before this product of his own ingenuity has given him a new object of worship: a cybernetic god.</blockquote>
<blockquote><b> Lewis Mumford</b>, The Transformations of Man, 1956 </blockquote>
<br>
<br class="pagebreak">
<blockquote>The Great Depression of 2020 fostered a revival of organized crime. The black market in technology surpassed drugs and prostitution to become the primary source of revenue for these criminals.<br>
<blockquote><b>Dr. Jessica Owen-Wells</b>, The Great Depression of 2020, copyright 2041, American Historical Society <br>
<blockquote>In creating the thinking machine, man has made the last step in submission to mechanization; and his final abdication before this product of his own ingenuity has given him a new object of worship: a cybernetic god.<br>
<blockquote><b> Lewis Mumford</b>, The Transformations of Man, 1956 </blockquote></blockquote></blockquote></blockquote>
<br>
Now addressing your problem:

Are you trying to reproduce that with your code using <p> only? If you want the text justified you might want to add the style "text-align: justify" to your <p> lines.

Your HTML code works for me as per the attached first image.

Perhaps, you need to use the most recent version of eBook Publisher (v2.3.15) available for download here.

What exactly would you like to see your HTML code do?
Attached Thumbnails
Click image for larger version

Name:	using your code.jpg
Views:	1274
Size:	66.2 KB
ID:	44502   Click image for larger version

Name:	using blockqutoes.jpg
Views:	1263
Size:	68.7 KB
ID:	44503   Click image for larger version

Name:	using nested blockquotes.jpg
Views:	1261
Size:	67.8 KB
ID:	44504  
Attached Files
File Type: imp test.imp (5.8 KB, 1112 views)

Last edited by nrapallo; 01-28-2010 at 09:34 PM. Reason: typo
nrapallo is offline   Reply With Quote