Hi all,
I wanted to share some code that I came up with, but will it work in iBooks, KF8? I would like to start a discussion about this.
HTML
Code:
<p class="quotes">"content content content "<span>John Doe</span></p>
CSS for quote content
Code:
p.quotes {
margin: .5em !important;
padding: .5em !important;
width:80% !important;
text-align:left !important;
font-weight: bold;
text-indent:0 !important;
}
CSS for the signature
Code:
p.quotes span{
font-size:0.833em;
font-weight:300;
line-height:1.2;
padding-top:15px;
display:block;
text-transform:uppercase;
text-align:right; }