Quote:
Originally Posted by angelyne
May I bug you with yet another question.
Is there a way you could define a style that would take the first letter of a paragraph and make it a drop cap.
I've seen a couple of similar style that does this but it's not compatible with your converter
here is one:
p.drop { text-indent: 0em; margin: 0em; }
p.drop:first-letter { font-size : 165%; font-weight : bold; width : .50em; }
|
Can you open a feature request at libprs500.kovidgoyal.net and if I get the time I'll do it.