YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Hintergrundbild für Navigation! » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 894 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen Hintergrundbild für Navigation!
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
LLCoupeJunior LLCoupeJunior ist männlich
Mitglied


images/avatars/avatar-2443.gif

Dabei seit: 17.01.04
Beiträge: 46
Herkunft: Wuppertal/NRW
Forenversion: wBB

 Hintergrundbild für Navigation! Antworten Zitieren Editieren Melden       UP

Hallo,
ich habe ein Box gemacht wo ich aber ein hintergrundbild rein haben möchte wie stelle ich das an?
ist zwar kein wBB aber der Code ist identisch, deswegen frage ich es mal hier...
Hier meine Codebox:

Zitat:

<!--Start Box_Navi-->

<table cellpadding="4" cellspacing="1" border="0" style="width:180px" class="tableinborder">
<tr>
<td class="tabletitle" align="left"><span class="normalfont"><b>&raquo; Men&uuml;</b></span></td>

</tr>
<tr>
<td class="tableb" align="left"><span class="smallfont">
<img src="images/arrow.gif" alt="" title="" border="0" /> <b><a href="index.html">The´schoolerz</a></b><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Our Cars</a><br />
<br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Shows</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Guestbook</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">News</a><br />

<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">´schoolerz-friendz</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Get the Contact</a><br />
</span>
</td>
</tr>
</table><br />

<!--End Box_Navi-->


__________________
No Martini, no Party...

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von LLCoupeJunior: 09.08.06 13:44.

09.08.06 13:44 LLCoupeJunior ist offline E-Mail WWW Finden Als Freund hinzufügen
ROBthePRO ROBthePRO ist männlich
Mitglied


Dabei seit: 17.01.04
Beiträge: 133
Herkunft: Österreich
Forenversion: 2.3

Antworten Zitieren Editieren Melden       UP

php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
<!--Start Box_Navi-->

<table cellpadding="4" cellspacing="1" border="0" style="width:180px" class="tableinborder" background="http://your-wbb.de/images/avatars/avatar-2443.gif">
<tr>
<td class="tabletitle" align="left"><span class="normalfont"><b>&raquoMen&uuml;</b></span></td>

</tr>
<tr>
<td class="tableb" align="left"><span class="smallfont">
<img src="images/arrow.gif" alt="" title="" border="0" /> <b><a href="index.html">The´schoolerz</a></b><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Our Cars</a><br />
<br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Shows</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Guestbook</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">News</a><br />

<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">´schoolerz-friendz</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Get the Contact</a><br />
</span>
</td>
</tr>
</table><br />

<!--End Box_Navi-->



http://your-wbb.de/images/avatars/avatar-2443.gif

mit dem Bild ändern was als Hintergrund gemacht werden soll smile

__________________
MfG,
ROBthePRO

09.08.06 14:29 ROBthePRO ist offline E-Mail WWW Finden Als Freund hinzufügen
LLCoupeJunior LLCoupeJunior ist männlich
Mitglied


images/avatars/avatar-2443.gif

Dabei seit: 17.01.04
Beiträge: 46
Herkunft: Wuppertal/NRW
Forenversion: wBB

Themenstarter Thema begonnen von LLCoupeJunior
Antworten Zitieren Editieren Melden       UP

Danke!

__________________
No Martini, no Party...
09.08.06 14:42 LLCoupeJunior ist offline E-Mail WWW Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Hintergrundbild für Navigation!