Posted by Disco Octopus on 10/25/05 03:33
Luigi Donatello Asero wrote:
> P:first-line { text-transform: uppercase }
not sure if you can identify your words list that you do not want to
modify, but if you can, then this may work.....
<html>
<head>
<style type="text/css">
p:first-line { text-transform: uppercase }
p .notouch { text-transform: none }
</style>
</head>
<body>
<p>Auf dieser Internetseite gibt das Einzelunternehmen (enskild firma)
<span class="notouch">Scaiecat Spa Gigi</span> Auskünfte über Sizilien. Auf
dieser Internetseite gibt das </p>
</body>
</html>
--
mmmmm, jerky : http://www.choicebeefjerky.com.au
dance with children in the rain
[Back to original message]
|