problem mit link setzung

Dieses Thema im Forum "Webentwicklung" wurde erstellt von sarah.lady, 25. März 2006 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 25. März 2006
    hallo erstmal,
    ich hoffe mir kann jemand helfen.
    ich habe mir ein kleines cms runtergeladen, die installation und konfiguration ist soweit ok.
    bisher hatte ich nur normale links in der navi (header.php) ( home news gallery u.s.w ),
    da ich aber ein neues design gebastelt habe sind nun an stelle von den links im head bereich bilder als links und damit habe ich so meine probleme....

    dies ist die normale link navigation (klappt einwandfrei)
    Code:
    <?
     echo "
    
     <a href=\"{$_SERVER["PHP_SELF"]}?do=witze\">Witze</a> |
     <a href=\"{$_SERVER["PHP_SELF"]}?do=sprueche\">Sprüche</a> |
     <a href=\"{$_SERVER["PHP_SELF"]}?do=bilder\">Bilder</a> |
     <a href=\"{$_SERVER["PHP_SELF"]}?do=videos\">Videos</a> |
     <a href=\"{$_SERVER["PHP_SELF"]}?do=sounds\">Sounds</a> |
     <a href=\"{$_SERVER["PHP_SELF"]}?do=flashgames\">Flash Games</a> |
     <a href=\"{$_SERVER["PHP_SELF"]}?do=links\">Links</a> |
     <a href=\"{$_SERVER["PHP_SELF"]}?do=chat\">Chat</a> 
     <a href=\"{$_SERVER["PHP_SELF"]}?do=chat\">Chat</a>
     ";
    ?>
    und hier ist die navigation (nur bilder in tabellen)

    Code:
    <table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td><img src="bild1.jpg" width="56" height="16"></td>
    <td><img src="bild2.jpg" width="55" height="16"></td>
    <td><img src="bild3.jpg" width="49" height="16"></td>
    <td><img src="bild4.jpg" width="46" height="16"></td>
    <td><img src="bild5.jpg" width="48" height="16"></td>
    <td><img src="bild6.jpg" width="77" height="16"></td>
    <td><img src="bild7.jpg" width="44" height="16"></td>
    <td><img src="bild8.jpg" width="57" height="16"></td>
    <td><img src="bild9.jpg" width="65" height="16"></td>
    <td><img src="bild10.jpg" width="57" height="16"></td>
    <td><img src="bild11.jpg" width="46" height="16"></td>
    </tr>
    </table>
    mein bisheriger versuch die bilder in links zu intgrieren hat nicht geklappt ich bekomme immer eine fehler seite!(<a href=\"{$_SERVER["PHP_SELF"]}?do=witze\">Witze</a>)

    Code:
    <?
     echo "
    
     <a href=\"{$_SERVER["PHP_SELF"]}?do=witze\"><img src="bild1.jpg" width="56" height="16"></a>
     <a href=\"{$_SERVER["PHP_SELF"]}?do=sprueche\"><img src="bild2.jpg" width="55" height="16"></a>
     <a href=\"{$_SERVER["PHP_SELF"]}?do=bilder\"><img src="bild3.jpg" width="49" height="16"></a>
     
     ";
    ?>
    kann mir jemand helfen ich komm nicht so ganz klar damit habe schon alles versucht...
    ihr bekommt natürlich nen 10ner!
    wer sich das cms mal anschauen will kann es sich hier mal ziehen
    und hier ist meine seite
     
  2. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.