Quote:
Originally Posted by parrafo175
Hello,
I don´t know if you can help me, but i seem to be having a problem with a blockquote and the ipad.
my html starts with an h3 and then the blockquote. I have the margins and paddings at 0.
When I see the epub on an ipad the blockquote lines overflow over the first paragraph.
Any ideas? I attach the epub.
Thank you,
Eleni
|
I think you mean this?
Code:
<blockquote>
<p>“Since I can do no good because a woman,<br />
Reach constantly at something that is near it." <span class="attribution">— The Maid’s Tragedy: <span class="attribution-name">Beaumont and Fletcher</span>.</span></p>
</blockquote>
The reader software is wrapping the line when it doesn't fit, like it's supposed to. If I decrease the font size enough, then it won't wrap.
You can put <nobr> ... </nobr> around each line, but that's just a suggestion to the reader software. It can still wrap if it needs to. You can style blockquote with a smaller font size, like 0.9em, so it's less likely to wrap, but that's about it.
You can ask in the workshop or epub forum on this site. They'll know more.
btw, your html looks very nice and clean. Excellent job!