View Single Post
Old 12-16-2013, 06:03 AM   #106
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,830
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Hi Psymon;

Try the epub I attach below; the image you are using as dropcap is not suitable for KDX so I employed an alternative method. Maybe this last one can be useful for you.

The stylesheet I used was:

Code:
p {
    text-align: justify;
}

span.dropcap {
    margin-top: 0.2em;
    margin-right: 0.38em;
}

span.dropcap img {
    width: 100%;
}

span.drop {
    display: none;
}
 
span.drop1 {
    float: left;
    width: 6em;
    max-width: 23%;
}

@media amzn-mobi {
span.dropcap {
    margin-top: 0em;
    margin-right: 0em;
}

span.dropcap img {
    display: none;
}

span.drop {
    display: inline !important;
}

span.drop1 {
    float: none;
    width: 1em;
    font-size: 1.8em;
    font-weight: bold;
}
}
And in the .html file the code was:

Code:
<p><span class="dropcap drop1"><img alt="M" src="../Images/init-m.gif" /><span class="drop">M</span></span>ORBI dictum luctus velit nec faucibus. Cras vitae tortor purus, ut tincidunt mauris. Sed at velit nisl. Donec eu mauris tortor, interdum condimentum erat. Nam egestas turpis eget nibh laoreet pharetra. Suspendisse a sem eros, ut pulvinar enim. In sed elit eu nulla accumsan tincidunt eget sit amet ipsum. Nullam ut massa rutrum dolor placerat tempor accumsan eget purus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ac tellus nunc. Phasellus imperdiet leo metus, et gravida lacus. Donec metus ligula, elementum at pellentesque pellentesque, suscipit ac nunc. Etiam lobortis, massa ac aliquam auctor, augue nisl sagittis urna, at dapibus tellus erat ullamcorper ligula. Praesent orci dui, pulvinar id convallis a, faucibus non mauris. Donec tellus augue, tempus sed facilisis sed, fringilla quis leo. Mauris vulputate, leo ac facilisis vulputate, enim orci interdum augue, in blandit quam turpis quis dui.</p>
Regards
Rubén
Attached Files
File Type: epub Psymon.epub (29.7 KB, 264 views)
RbnJrg is offline   Reply With Quote