Einzelnen Beitrag anzeigen

Florian Hämmerle
(Gast)

n/a Beiträge
 
#8

AW: HTML + Konstanten

  Alt 2. Okt 2011, 16:17
Code:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>[DP] HTML + Konstante</title>
    <style type="text/css">
        span.konstante:before {content:"a";}
    </style>
</head>
<body>
    <span class="konstante"></span><br />
    <span class="konstante"></span>
</body>
</html>
So gehts mit CSS.

mfg Florian
  Mit Zitat antworten Zitat