Quote:
Originally Posted by Ken Maltby
It is obvious that we have different versions of the DelRey edition. Your's looks to be using more recent procedures, but which, of all possible versions the OP may have, is closest to his might be questioned.
Luck;
Ken
|
I went to Overdrive to check the file size of my version with the Overdrive version. The Overdrive version is larger so I downloaded
The Sword of Shannara again and it's now version 3.1 and the code is different.
XML Code:
Code:
<p class="nonindent"><span class="dropcapsimage"><img alt="" src="images/Broo_9780345444646_epub_002_r1.jpg"/></span>he sun was already sinking into the deep green of the hills to the west of the valley, the red and gray-pink of its shadows touching the corners of the land, when Flick Ohmsford began his descent. The trail stretched out unevenly down the northern slope, winding through the huge boulders which studded the rugged terrain in massive clumps, disappearing into the thick forests of the lowlands to reappear in brief glimpses in small clearings and thinning spaces of woodland. Flick followed the familiar trail with his eyes as he trudged wearily along, his light pack slung loosely over one shoulder. His broad, windburned face bore a set, placid look, and only the wide gray eyes revealed the restless energy that burned beneath the calm exterior. He was a young man, though his stocky build and the grizzled brown hair and shaggy eyebrows made him look much older. He wore the loose-fitting work clothes of the Vale people and in the pack he carried were several metal implements that rolled and clanked loosely against one another.</p>
CSS Code:
Code:
p
{
margin-top: .3em;
margin-bottom: .3em;
}
p.nonindent {
margin-bottom: 0.0em;
margin-top: 0.0em;
text-align: justify;
text-indent: 0;
}
span.dropcapsimage
{
float: left;
font-size: 90px;
line-height: 100px;
padding-top: 1px;
margin-top: .1em;
margin-right: .09em;
}
Seems this eBook is now using a dropcap graphic image instead of a larger letter for the first letter of the first paragraph in a chapter.