drop caps
-
someone may be interested in drop caps. I suggest a way using quicktags to do this.
firstly, add this to your style sheet:
#fp:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
margin-right: 3px;
}
add following code to file /wp-admin/quicktags.js, put them among “edButtons”
edButtons[edButtons.length] =
new edButton('ed_capdrop'
,'CapDrop'
,'<p id="fp">'
,''
,'c'
);
then you will see a CapDrop quicktag in your edit window.
That’s it.
Example here
hope someone can make it a plugin.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘drop caps’ is closed to new replies.