ciao
prova a copiare questo codice;
l'ho visto solo funzionare in IE; altri browser non so.
nell'head scrivi:
codice:
<head>
<style type="text/css">
body{
font-family:Verdana;
font-size:1.3em;
}
p.prima:before{content: "Special! ";}
p.prima:first-letter{color: red;}
p.prima:after{content:" -- The End.";}
</style>
</head>
e nel body:
codice:
<body>
<p class="prima">
Lorem ipsum dolor sit amet...........
</p>
</body>
ho letto in fretta il tuo post; spero sia quello che vuoi.
ciao