Bild anstatt einfarbiger Hintergrund mit repeat-x

Ellis
Hallo zusammen!

Ich würde gerne anstatt eines einfarbigen Hintergrundes im Forum (die Fläche HINTER dem Forum und den Boxen vom JGS-Portal) ein Bild haben, dass sich immer wieder wiederholt mit nem "repeat-x"-Code!

Hier das einzelne Bild:
[IMG]http://eliminator.pytalhost.de/div/einzeln.jpg[/IMG]

So sollte es dann nachher den Hintergrund bilden:
[IMG]http://eliminator.pytalhost.de/div/kontext.jpg[/IMG]

Kann mir da jemand sagen, wie ich das am besten anstelle?


Vielen Dank und Gruß! Freude


EDIT:

Hierin dem Abschnitt der CSS nen "repeat-x"-Code reinbasteln mit verweis auf das Quellbild?
code:
1:
2:
3:
4:
5:
6:
7:
8:
<style type="text/css">
 <!--
body {
 <if($style['fontcolor']!="")><then>color: {$style['fontcolor']};</then></if>
 <if($style['pagebgcolor']!="")><then>background-color: {$style['pagebgcolor']};</then></if>
 <if($style['fontfamily']!="")><then>font-family: {$style['fontfamily']};</then></if>
 {$style['bodymore']}
}


Wenn ja, wie?
Rassus
ähm... reicht es da nicht an den entsprechenden Stellen im Designpack das Bild anzugeben?

Hintergrund - weitere Attribute (CSS)
code:
1:
2:
background-image: url(Pfad/bildname.gif);
background-repeat: repeat-x; <-- falls nötig (denke eher nicht)


ebenso bei Formatierung für Textareas
weitere Attribute (CSS)
code:
1:
2:
background-image: url(Pfad/bildname.gif);
background-repeat: repeat-x;<-- falls nötig (denke eher nicht)



oder was meinst du?
Ellis
Ich hab keine Ahnung! Deshalb frage ich ja! Watt?


EDIT:

Das hier sieht ja schon mal ganz gut aus!

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<html><head><title>background</title>
</head><body>

<div style="background:url(background1.gif) repeat-x;">
<h1 style="font-family:Arial,sans-serif; color:maroon; font-size:80px">NEWS</h1>
<div style="margin-top:45px; font-size:1.2em">
<p>Hier folgen die News...</p>
</div></div>

</body></html>


Aber was das hier soll, keine Ahnung:

code:
1:
2:
3:
4:
<h1 style="font-family:Arial,sans-serif; color:maroon; font-size:80px">NEWS</h1>
<div style="margin-top:45px; font-size:1.2em">
<p>Hier folgen die News...</p>
</div>


Hab ich von http://de.selfhtml.org