First letter in each paragraph...

liunx

Guest
Is there any way I can have the first letter in each paragraph (<p>) to be bold?

Thanks<style type="text/css">
p:first-letter { font-weight: bold }
</style>Cool, thanks.
 
Back
Top