/*
NAME: dropcap (snippet 'dc1' into stylesheet, then type class="dc" in xhtml) (use ANYTIME for single-instance SINGLE-LETTER dc, usually after p in <p>)
TRIGGER: dc1
*/
Code:
dropcapsnippetdc1, .dc:first-letter {color:red; display: inline; font-weight:; font-size: 2em; line-height: .7; float:none;}
dropcapsnippetdc1, .dc{text-indent:0}
This one can be used one at a time anywhere, includes quotes, but is limited to single-letter. Best regards, Pop