Hallo,
Ich habe einen Denkfehler, weiß den aber im Moment nicht zu beheben.
Meine Webseitenstruktuer ist wie folgt
[start]
index.php
[guestbook]
guestbook.php
[Fotos]
index2.php
[Bilder]
Diashow.php
Ich möchte aber auf jeder Seite oben, die gleichen Menülinks haben.
Bisher habe ich auf jeder Seite eine separate DIV Box erstellt, aber kann man das nicht so relaisieren, das man eine menue.php erstellt, und diese dann in allen anderen Datei einbinidet, OHNE, dass man alle links anpassen muss?
Wenn ich meine menue.php einbinden würde, dann käme ich von der Diashow.php nicht auf die [start] index.php...
hier mal der Code
Kann mir da vielleicht jemand bei helfen...
Das wäre super nett
Vielen Dank
Gruß
AndreG
Ich habe einen Denkfehler, weiß den aber im Moment nicht zu beheben.
Meine Webseitenstruktuer ist wie folgt
[start]
index.php
[guestbook]
guestbook.php
[Fotos]
index2.php
[Bilder]
Diashow.php
Ich möchte aber auf jeder Seite oben, die gleichen Menülinks haben.
Bisher habe ich auf jeder Seite eine separate DIV Box erstellt, aber kann man das nicht so relaisieren, das man eine menue.php erstellt, und diese dann in allen anderen Datei einbinidet, OHNE, dass man alle links anpassen muss?
Wenn ich meine menue.php einbinden würde, dann käme ich von der Diashow.php nicht auf die [start] index.php...
hier mal der Code
PHP-Code:
<html>
<head>
<style type="text/css">
<!--
@import url(style.css);
-->
</style>
</head>
<body bgcolor="#E9E9E9">
<div style="position:relative;width:800px;height:600px;background-color:#dddddd;margin:auto;-adbe-g:p;">
<div style="position:absolute;top:0px;left:0px;width:800px;height:20px;" id="Top">
<table width="800" border="0" cellspacing="0" cellpadding="0" height="100">
<tr>
<td valign="middle" align="center" style="width:100%">
<img src="Bilder/AG_logo.jpg"="Logo">
</td>
</tr>
</table>
</div>
<div id="menue" style="border:1px outset #FF6515;position:absolute;top:110px;left:0px;width:800px;height:30px;">
<div id="menu" style="position:absolute;top:0px;left:0px;width:800px;height:500px;">
<ul>
<table bgcolor="#9c9d9f" border="0" cellspacing="0" cellpadding="0" height="20" style="width:800px">
<tr>
<td width="100" height="20">
<li><h2><a href="index.php?goto=person">.: Meine Person :.</a></h2>
<!--<ul>
<table style="border-style: outset; border-color:transparent" width="180" border="1" cellspacing="0" cellpadding="0" bgcolor="#FFFFB9" height="20">
<tr>
<td width="20" height="20" bgcolor ="#FFFFB9">
<li><a href="index.php?newb=&goto=Shop&kat=Auftrags- Angebotswesen&detail=1049.jpg&ID=2"><i>Vertreterfeld</i></a></li>
</td>
</tr>
<tr height="1">
<td bgcolor="#9c9d9f" width="163" height="1"></td>
</tr>
</table>
<table style="border-style: outset; border-color:transparent" width="180" border="1" cellspacing="0" cellpadding="0" bgcolor="#FFFFB9" height="20">
<tr>
<td width="20" height="20" bgcolor ="#FFFFB9">
<li><a href="index.php?newb=&goto=Shop&kat=Auftrags- Angebotswesen&detail=1069.jpg&ID=4"><i>Versandanschrift</i></a></li>
</td>
</tr>
<tr height="1">
<td bgcolor="#9c9d9f" width="163" height="1"></td>
</tr>
</table>
</ul>-->
</li>
</td>
<td width="100" height="20">
<li><h2><a href="index.php?goto=projekte">.: Projekte :.</a></h2>
<ul>
<table style="border-style: outset; border-color:transparent" width="180" border="1" cellspacing="0" cellpadding="0" bgcolor="#9c9d9f" height="20">
</table>
</ul>
</td>
<td width="100" height="20">
<li><h2><a href="index.php?goto=wuensche">.: Wünsche :.</a></h2>
<ul>
<table style="border-style: outset; border-color:transparent" width="180" border="1" cellspacing="0" cellpadding="0" bgcolor="#9c9d9f" height="20">
</table>
</ul>
</td>
<?php
if((logged_in() && getUserRights()=="admin")){
echo '<td width="100" height="20">
<li><h2><a href="guestbook/guestbook.php">.: Gästebuch :.</a></h2>
<ul>
<table style="border-style: outset; border-color:transparent" width="180" border="1" cellspacing="0" cellpadding="0" bgcolor="#9c9d9f" height="20">
</table>
</ul>
</td>';
}else{
echo '<td width="100" height="20">
<li><h2><a href="login.php?goto=guestbook">.: Gästebuch :.</a></h2>
<ul>
<table style="border-style: outset; border-color:transparent" width="180" border="1" cellspacing="0" cellpadding="0" bgcolor="#9c9d9f" height="20">
</table>
</ul>
</td>';
}
?>
<td width="100" height="20">
<li><h2><a href="index.php?goto=kontakt">.: Kontakt :.</a></h2>
<ul>
<table style="border-style: outset; border-color:transparent" width="180" border="1" cellspacing="0" cellpadding="0" bgcolor="#9c9d9f" height="20">
</table>
</ul>
</td>
<?php
if((logged_in() && getUserRights()=="admin")){
echo '<td width="100" height="20">
<li><h2><a href="Fotoecke/PHPGal/index.php">.: Fotoecke :.</a></h2>
<ul>
<table style="border-style: outset; border-color:transparent" width="180" border="1" cellspacing="0" cellpadding="0" bgcolor="#9c9d9f" height="20">
</table>
</ul>
</td>';
}else{
echo '<td width="100" height="20">
<li><h2>.: Fotoecke :.</h2>
<ul>
<table style="border-style: outset; border-color:transparent" width="180" border="1" cellspacing="0" cellpadding="0" bgcolor="#9c9d9f" height="20">
</table>
</ul>
</td>';
}
?>
</tr>
</table>
</ul>
</div>
</div>
<div style="border:1px outset #dddddd;position:absolute;top:178px;left:0px;width:800px;height:420px;-adbe-c:c">
<table style =width:100% height:100%>
<tr>
<td class="scr" height ="400">
<div style="width: 800; height: 400px; overflow: auto;">
<table border="0" style="width:100%">
Das wäre super nett
Vielen Dank
Gruß
AndreG
Kommentar