(Gast)
n/a Beiträge
|
AW: HTML + Konstanten
2. Okt 2011, 17: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
|
|
Zitat
|