Buchstabe andere Farbe zuweisen

in dem Fall würde es zb so funktionieren:
HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; 
                                charset=ISO-8859-1">
<title>Test</title>
<style type="text/css">
<!--
a div{display:inline;}
div:first-letter{color:#ff0000}
-->
</style>
</head>
<body>
<div>
<span></span>
<a href="irgendwohin"><div>&laquo;</div></a>
Hollatrio
<div>
</body>
</html>
 
Zurück