Wie kann ich unterhalb des Logos die u.g. Menüleiste einfügen ?
Das Aussehen der Menüleiste befand sich bisher bei mir in einer css Datei:
PHP
#menu2 a , #menu2 a:visited , #menu2 a:active {display:block;
color:#000000;
background: url("http://www.pspking.de/images/bu.gif");
text-decoration:none ;
font: normal 11px verdana, times, serif;
line-height:24px;
text-decoration:none ;
padding: 0px 0px 0px 0px;
text-align:center;
width:110px;
}
#menu2 a:hover{
color:#000000;
text-decoration:none ;
background: url("http://www.pspking.de/images/bu2.gif");
}
Alles anzeigen
Die Beschriftung der Buttons und die Links waren immer in den jeweiligen html Dateien:
PHP
</tr>
<td align="center" width="100%" class="leiste" >
<table bgcolor="#93B9DB" width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td>
<table id="menu2" width="100%" border="0" cellpadding="0" cellspacing="1" >
<tr>
<td ><a href="http://www.pspking.de/infos.html" onfocus="this.blur()">PSP-Infos</a></td>
<td ><a href="http://www.pspking.de/tutorials.html" onfocus="this.blur()">Tutorials</a></td>
<td ><a href="http://www.pspking.de/lexikon.html" onfocus="this.blur()">Lexikon</a></td>
<td ><a href="http://www.pspking.de/forum" onfocus="this.blur()"><strong>Forum</strong></a></td>
<td ><a href="http://www.pspking.de/downloads.html" onfocus="this.blur()">Downloads</a></td>
<td ><a href="http://www.pspking.de/shop.php" onfocus="this.blur()"><span class="Stil27">::</span> PSP-Shop <span class="Stil27">::</span></a></td>
</tr>
</table>
Alles anzeigen
Zur Verdeutlichung:
Mein Wordpress Blog bisher: :: pspking.de - Start using your PSP -
So soll es aussehen mit dem Menü: :: pspking.de - Start using your PSP