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; }
I've been using your <p><big class='libprs500_dropcaps'></big> but I don't know how to turn that into a style.
And one last question ... what would be the command to make text smaller (that is accepted by html2lrf).
Last edited by angelyne; 08-19-2007 at 02:15 PM.
|