hintergrund im footer

Black_Magister
hi
ich möchte im footer einen anderen hintergrund haben.
der hintergrund (gif) soll erst nach dem impressum dargestellt werden
wie bekomme ich das hin.

footer.tpl
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
<tr>
<table width="{tableoutwidth}" cellpadding=0 cellspacing=1 align="center" border=0 bgcolor="{tableoutbordercolor}">
<td align="center" width="100%" background="{imagefolder}/footer_back.gif"><smallfont>
<a href="http://meinboard.de/wbblite/impressum/impressum.htm" target="_blank"><smallfont><b>Impressum / Datenschutz</b></a></td>
</table></tr>
<tr>
<table cellspacing="0" cellpadding="0" border="0" style="width="100%" background="{imagefolder}/bg1.gif">
<td align="center"><a href="http://toplist.2pro.ch/" target="_blank"><img src="http://toplist.2pro.ch/button.php?u=Sonnenschein" alt="Haustiere Toplist Katzen Ratten Hunde Vögel Hamster Mäuse Kleintiere u.s.w." border="0" /></a></td></tr>
<tr>
<td align="center"><a href="http://www.2pro.ch"  target="_blank"><img src="http://toplist.2pro.ch/2pro.jpg" alt="2pro Ratten-Katzen Portal" border="0" /></a></center></td>
</tr>
<br>
<table cellspacing="0" cellpadding="0" border="0" style="width:{tableinwidth}">
<tr>
<td align="center"><a href="http://spacequadrat.de/" target="_blank"><img src="http://meinboard.de/wbblite/banner/ichhostbeispace.png" alt="freehoster ohne werbung" title="Kostenloser Webspace ohne Werbung"></a></td>
</tr>
</br>
mkkcs
erstmal ist Dein Code total falsch, Du solltest Dich nochmal bei selfhtml nach Tabellen schlaulesen !

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
<tr>
	<td>
		<table width="{tableoutwidth}" cellpadding=0 cellspacing=1 align="center" border=0 bgcolor="{tableoutbordercolor}">
		<tr>
			<td align="center" width="100%" background="{imagefolder}/footer_back.gif"><smallfont><a href="http://meinboard.de/wbblite/impressum/impressum.htm" target="_blank"><smallfont><b>Impressum / Datenschutz</b></a></td>
		</tr>
		</table>
	</td>
</tr>
<tr>
	<td id="footer">
		<table cellspacing="0" cellpadding="0" border="0" style="width="100%">
		<tr>
			<td align="center"><a href="http://toplist.2pro.ch/" target="_blank"><img src="http://toplist.2pro.ch/button.php?u=Sonnenschein" alt="Haustiere Toplist Katzen Ratten Hunde Vögel Hamster Mäuse Kleintiere u.s.w." border="0" /></a></td>
		</tr>
		<tr>
			<td align="center"><a href="http://www.2pro.ch"  target="_blank"><img src="http://toplist.2pro.ch/2pro.jpg" alt="2pro Ratten-Katzen Portal" border="0" /></a></center></td>
		</tr>
		<tr>
			<td align="center"><a href="http://spacequadrat.de/" target="_blank"><img src="http://meinboard.de/wbblite/banner/ichhostbeispace.png" alt="freehoster ohne werbung" title="Kostenloser Webspace ohne Werbung"></a></td>
		</tr>
		</table>
	</td>
</tr>


sollte so eigentlich gehen !

Du mußt jetzt noch im CSS im Designpack die Class footer deklarieren
code:
1:
2:
3:
4:
5:
6:

#footer {
background-image:url(images/styleordner/hintergrundsgrafik.gif);
}
Black_Magister
hi
habe das designpack mal bearbeitet, hat sich nichts geändert.
der hintergrund wird nicht dargestellt.
habe natürlich den richtigen styleordner angegeben, und auch den richtigen name der gif datei.
mkkcs
URL?
Black_Magister
kann man nicht in der footer.tpl eine zeile einfügen, das das background gif geladen wird?
Gexor
Zitat:
Original von Black_Magister
kann man nicht in der footer.tpl eine zeile einfügen, das das background gif geladen wird?



müsste eigedlich mit einem body machbar sein probier mal so

<body background="background.jpg" ></body>
Black_Magister
Zitat:
Original von Gexor

müsste eigedlich mit einem body machbar sein probier mal so

<body background="background.jpg" ></body>


habe es eingefügt, aber der hintergrund wird nicht angezeigt.
Gexor
bodybackgroun.jpgnatürlich mit dempfad zu deinem pic ersetzen
Black_Magister
Zitat:
Original von Gexor
bodybackgroun.jpgnatürlich mit dempfad zu deinem pic ersetzen


das habe ich ja auch gemacht. es wird aber trotzdem nicht angezeigt.