[CSS] Blocksatz über CSS?

-Katja-
Hallo!

Sicher kennt ihr den Tageszeitungen die Schriftgestaltung Blocksatz, so wie sie in diesem Layout von Shizoo.de zu sehen ist. Wie bindet man dies in einen CSS-Code ein, für die normale Schrift?

Mein CSS-Code in den dies eingebunden werden soll:

code:
1:
2:
3:
4:
5:
6:
7:
8:
body {
background-color: transparent;
font-family: verdana; 
color: #3C372E; 
letter-spacing: 0px; 
text-align: justify;
font-size: 10px;
}


LG; Katja
Melli
Huhu,

ich glaube der Code lautet dann so...

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
body {
background-color: transparent;
font-family: verdana; 
color: #3C372E; 
letter-spacing: 0px; 
text-align: justify;
font-size: 10px;
text-align: justify;
}





lG, melli fröhlich
-Katja-
Danke, hat auch so schon geklappt XD
Geschlossen.