Hallo,
weiß jemand wie man ein Hintergrundbild einfügen kann??
müßte im layout gehen oder
Vielen Dank für eine Antwort
Gruss
FJ
Hintergrund Bild
ja klar geht das im Layout - das Layout ist doch HtmL
<body background="deinbild.jpg">
<body background="deinbild.jpg">
Module zum anschauen:
bei Sven: http://contenido-module.de
bei Pulk : http://spielwiese.pulk.net
Der-Dirigent: http://der-dirigent.de
bei Sven: http://contenido-module.de
bei Pulk : http://spielwiese.pulk.net
Der-Dirigent: http://der-dirigent.de
noch vergessen.... in der CSS-Datei kannste das natürlich auch einstellen. Und zwar im Bodyteil (ziemlich weit oben)
body {background-color : #FFFFFF;
background-image : url(background2.gif);
body {background-color : #FFFFFF;
background-image : url(background2.gif);
Module zum anschauen:
bei Sven: http://contenido-module.de
bei Pulk : http://spielwiese.pulk.net
Der-Dirigent: http://der-dirigent.de
bei Sven: http://contenido-module.de
bei Pulk : http://spielwiese.pulk.net
Der-Dirigent: http://der-dirigent.de
in Style Layouts suchts du dir ein layout zum bearbeiten aus.
dort ersetzt du deinen <body .....> -tag
z.B. durch:
<body BACKGROUND="meinbild.gif"
bgproperties="fixed"
bgcolor="#FFFFFF" link="#000099" vlink="#000099" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink="#336699" >
Gruß Detlev
dort ersetzt du deinen <body .....> -tag
z.B. durch:
<body BACKGROUND="meinbild.gif"
bgproperties="fixed"
bgcolor="#FFFFFF" link="#000099" vlink="#000099" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink="#336699" >
Gruß Detlev