[Wbblite] wbblite Design Bild-Hintergrund

Eiram100
Das ist mein Forum: Akrobatikinternat Maremma

Nun ist ja der Hintergrund schwarz. Anstand das schwarze hätte ich nun gerne dort diese Linien: http://i9.tinypic.com/6xsz8t1.jpg
Wie bekomme ich die dort hin?
-Sugar-
Hey,
Du musst beim Designpack, beim CSS Code das eingeben:
code:
1:
body{background-image: url(Deine Bildadresse);}
Eiram100
Ich habe beim CSS-Code schon:
A:link { color: #000000; font-size: 12pt; font-style: normal; }
A:visited { color: #000000; font-size: 12pt; font-style: normal; }
A:hover{color:#000000;text-decoration:none; }
A:active { color: #000000; font-size: 12pt; font-style: italic; }


TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;}

Was muss ich denn jetzt einsetzen mit welchen Leerzeichen u.s.w.?
anna.
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
A:link { color: #000000; font-size: 12pt; font-style: normal; }
A:visited { color: #000000; font-size: 12pt; font-style: normal; }
A:hover{color:#000000;text-decoration:none; }
A:active { color: #000000; font-size: 12pt; font-style: italic; }


TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;}

body{background-image: url(Deine Bildadresse);}


[anbei: deine Links sind etwas groß ôO]