View Full Version : capitalizing lines


burnt_velvet
04-16-2003, 02:45 PM
Is there a code to make the first line (not sentence) of every paragraph capitalized? (ie: her blog (http://www.erisfree.com/blog) )
Thanks

epolady
04-16-2003, 04:00 PM
P:first-line { font-variant: small-caps; font-size: ##px;}

<p>Text</p>

burnt_velvet
04-17-2003, 07:11 AM
Thanks!