Hiho.
Das musst du in der
Index.htm ändern.
Diese findest du in:
...\neXorAD_04\upload\include\designs\neXorAD_04\index.htm
Mit einem Textprogramm oder einem beliebigen HTML Editor ändern.
Die erforderliche Stelle findest du in den Zeilen:
19-21 und
25-27.
<div align="center" class="button_1"><a href="/">Startseite</a></div>
<div class="button_2" align="center"><a href="?news">News</a></div>
<div class="button_3" align="center"><a href="?wars">Matches</a></div>
<div class="button_1" align="center"><a href="?forum">Forum</a></div>
<div class="button_2" align="center"><a href="?gbook">Gästebuch</a></div>
<div class="button_3" align="center"><a href="?contact">Kontakt</a></div>
Die jeweiligen Bilder sind in der
style.css hinterlegt, die sich ebenfalls bei der
index.htm befindet. (Als Klasse)
.button_1 {
width: 126px;
height: 22px;
float: left;
background-image: url(img/button_1.png);
padding-top: 13px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;}
.button_2 {
width: 126px;
height: 22px;
float: left;
background-image: url(img/button_2.png);
padding-top: 13px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;}
.button_3 {
width: 126px;
height: 22px;
float: left;
background-image: url(img/button_3.png);
padding-top: 13px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;}
Probiers mal, wenn nicht kann ich dir Helfen.
Das einfachste was du machen kannst ist, wenn du das "Matches" durch etwas anderes ersetzen tust. Somit brauchst du nicht die Bilder ändern usw.