View Single Post
Old 05-11-2009, 11:37 PM   #8
brewt
Boo-Frickety-Hoo-Erizer
brewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enough
 
brewt's Avatar
 
Posts: 251
Karma: 686
Join Date: Oct 2007
Device: Kobo Glo HD!
Quote:
Originally Posted by JSWolf View Post
WAY OFF TOPIC! This is for code snippets for ePub, not Word.
Oh, gosh, let's not argue here - the reference is for how to create a DROP CAP for an EPUB using WORD, as opposed to Amaya or Dreamweaver or Notepad. A specialty snippet of a workable css that also happens to work in Word with a coupla caveats.

Quote:
p {
margin: 0;
}
p.MsoNormal {
text-indent: 0;
margin: 0pt 0pt 0pt 0pt
}
p.MsoNormal + p {
clear: left;
}
span.drop {
font-size: 200%;
font-weight: bold;
line-height: 1;
font-size: 36pt;
height: 1em;
float: left;
margin: -0.1em 0.125em -0.1em 0.25em;
}
span.afterdroppeda {
margin-left: -0.9em;

}
span.afterdroppedbcdefopqrtvw {
margin-left: -0.3em;

}
span.afterdroppedghijkmnsuxyz {
margin-left: -0.5em;

}
span.afterdroppedl {
margin-left: -1.2em;

}
So there. Further directions is the link above.
-bjc
brewt is offline   Reply With Quote