ciao
prova a copiare questo codice;
l'ho visto solo funzionare in IE; altri browser non so.
nell'head scrivi:
e nel body: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>
ho letto in fretta il tuo post; spero sia quello che vuoi.codice:<body> <p class="prima"> Lorem ipsum dolor sit amet........... </p> </body>
ciao