Layout stimmt ned überein

Dieses Thema im Forum "Webentwicklung" wurde erstellt von JuTzI666, 21. Februar 2006 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 21. Februar 2006
    Hi @ll

    wie kann ich das machen, damit alles stimmt?

    Link

    habe 3 daten gesliced... header, content und footer...doch ich muss den content in den background nehmen, weil es sonst mit dem php switch ned mehr geht odda??

    THX für jede Antwort
     
  2. 21. Februar 2006
    Geht doch, wo ist das Problem ?

    Oder stört dich das der Text lings direkt am Rand beginnt ?
    Dann kannst du den Text weiter nach rechts kriegen indem du noch ne Tabelle davor haust.
    Der Quellcode ist zum Teil ziemliches Durcheinander.

    Ich nehm mal deinen Quellcode am Beispiel von index.php?warez=moviez und bastel drin rum.
    Die Comments zwischen <!- und -> werden nicht angezeigt, kannst du löschen oder drin lassen

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Unbenanntes Dokument</title>
    <style type="text/css">
    
    body {
     background-color: #000000;
    }
    
    </style></head>
    
    <body>
    <div align="center">
     <table width="876" height="773">
     <tr>
     <td height="206"><p><img src="../neu/Bilder/index_01.jpg" width="1009" height="203" border="0" usemap="#Map"></p></td>
    
     </tr>
     <tr>
     <td height="510" background="../neu/Bilder/index_02.jpg">
    
    
    
    <!-- Hier hast du :poop: gebaut beim reinkopieren, lösch alles DARÜBER 
    Ab nächster Zeile gehts los...->
    
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
    
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    
    
    <title>Hier kommt dein Seitentitel rein</title>
    
    
    <style type="text/css">
    
    .Stil1 {color: #CCCCCC}
    body {
     background-color: #454545;
    }
    a:link {
     color: #FFFFFF;
     text-decoration: none;
    }
    a:visited {
     color: #FFFFFF;
     text-decoration: none;
    }
    a:hover {
     color: #FFFFFF;
     text-decoration: underline;
    }
    a:active {
     color: #FFFFFF;
     text-decoration: none;
    }
    .Stil2 {color: #CCCCCC; font-weight: bold; }
    body,td,th {
     color: #CCCCCC;
    }
    
    </style>
    </head>
    
    <body>
    
    <!-- neu anfang ->
    <table>
    <tr width="150" <!-- oder andere Breite in px-> ></tr>
    <tr>
    <!-- neu ende ->
    
    
     <table width="227" height="395">
     <tr>
    <!-- Das Bild gibt es nicht, bzw es wird nicht gefunden. Löschen oder ersetzten -> <td height="21"><img src="Bilder/moviez.jpg" width="198" height="28"></td> 
     </tr>
     <tr>
     <td>&nbsp;</td>
     </tr>
     <tr>
     <td><span class="Stil1">TEST</span></td>
    
     </tr>
     <tr>
     <td><span class="Stil1">TEST</span></td>
     </tr>
     <tr>
     <td><span class="Stil1">TEST</span></td>
     </tr>
     <tr>
    
     <td><span class="Stil1">TEST</span></td>
     </tr>
     <tr>
     <td><span class="Stil1">TEST</span></td>
     </tr>
     <tr>
     <td><span class="Stil1">TEST</span></td>
    
     </tr>
     </table>
    <!-- neu anfang ->
    </tr>
    </table>
    <!-- neu ende ->
    </body>
    </html>
    
    <!-- Hier ist schon Schluss, alles was danach kommt muss vor "</body>" ->
    
    </td>
     </tr>
     <tr>
     <td height="46"><img src="../neu/Bilder/index_03.jpg" width="1009" height="42"></td>
     </tr>
     </table>
    </div>
    
    <map name="Map">
     <area shape="rect" coords="822,165,929,200" href="index.php?warez=board">
     <area shape="rect" coords="666,166,773,201" href="index.php?warez=f.a.q.">
     <area shape="rect" coords="530,166,637,201" href="index.php?warez=music">
     <area shape="rect" coords="359,166,466,201" href="index.php?warez=moviez">
     <area shape="rect" coords="198,169,305,204" href="index.php?warez=appz">
     <area shape="rect" coords="63,169,170,204" href="index.php?warez=home">
    </map>
    </body>
    </html>
    
    
    Hab dir nix weggemacht sondern nur hinzugefügt, musst du also schon selber machen.

    Ich glaub KingGamer hat mit seinem Tut mindestens 500 Usern zur eigenen Webseite geholfen ;-)

    hans-pedda
     
  3. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.