CSS Problem/Frage

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • CSS Problem/Frage

    Moin Moin

    ich habe mein neues Projekt angefangen,
    was ich mit css realesiere.

    als ich habe ne index.html
    und eine impressum.html.
    hier mal die codes.

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html lang="de">
    <head>
    <title>Online-feuerwehr.de</title>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <meta http-equiv="Content-Style-Type" content="text/css">
    <style type="text/css">
    <!--
    .box1{
    background:gainsboro;
    padding:5px;
    border:1px solid black;}
    
    .box2{
    background:silver;
    float:left;padding:5px;
    border:1px solid black;
    width:170px;
    margin:5px 0 0 0;}
    
    .box3{
    background:darkgray;
    padding:5px;
    margin:5px 0 0 190px;
    border:1px solid black;}
    -->
    </style>
    </head>
    <body>
    
    <div class="box1"><code style="color:#cc0000;"><strong></strong></code><br>
    Hier kommt das Logo rein </div>
    
    <div class="box2"><code style="color:#cc0000;"><strong>Menü</strong></code><br>
    <br>
    <a href="news.html">New's</a><br>
    <a href="newbie.html">Newbie</a><br>
    <a href="seite/impressum.html">Impressum</a>
    
    </div>
    
    <div class="box3"><code style="color:#cc0000;"><strong></strong></code><br>
    <div align="center"><i><b><h3>Herzlich Willkommen</h3></b></i></div>
    <br>
    <br>
    <div align="center">Die seite ist noch im Aufbau, Ich bitte um gedult</div>
    
    </body>
    </html>
    und jetze die impressum.html:

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html lang="de">
    <head>
    <title>Online-feuerwehr.de</title>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <meta http-equiv="Content-Style-Type" content="text/css">
    <style type="text/css">
    <!--
    .box1{
    background:gainsboro;
    padding:5px;
    border:1px solid black;}
    
    .box2{
    background:silver;
    float:left;padding:5px;
    border:1px solid black;
    width:170px;
    margin:5px 0 0 0;}
    
    .box3{
    background:darkgray;
    padding:5px;
    margin:5px 0 0 190px;
    border:1px solid black;}
    -->
    </style>
    </head>
    <body>
    
    <div class="box1"><code style="color:#cc0000;"><strong></strong></code><br>
    Hier kommt das Logo rein </div>
    
    <div class="box2"><code style="color:#cc0000;"><strong>Menü</strong></code><br>
    <a href="/index.html">Zurück</a>
    </div>
    
    <div class="box3"><code style="color:#cc0000;"><strong></strong></code><br>
    <div align="center"><i><b><h3>Impressum</h3></b></i></div>
    <br>
    <div align="center">Dennis Pohle<br>
    Obertorstraße.19<br>
    31848 Bad Münder<br>
    Tel: 05042/5080344<br>
    Mail: [email]webmaster@online-feuerwehr.de[/email]</div>
    
    </body>
    </html>
    so nun meine frage ich habe bei den beiden seiten die container angegeben, aber so finde ich das unübersichtlich.
    gibt es eine möglichkeit, das die css datein extra abgespeichert werden ???? und kann ich sie dann auch includen ???

    mfg
    dennis
    Die Feuerwehr Community
    Schaut mal Vorbei

  • #2
    http://de.selfhtml.org/css/index.htm

    oder besser:

    http://de.selfhtml.org/css/formate/e...en.htm#separat

    sonst findest Du's eh nicht ... !
    carpe noctem

    [color=blue]Bitte keine Fragen per EMail ... im Forum haben alle was davon ... und ich beantworte EMail-Fragen von Foren-Mitgliedern in der Regel eh nicht![/color]
    [color=red]Hinweis: Ich bin weder Mitglied noch Angestellter von ebiz-consult! Alles was ich hier von mir gebe tue ich in eigener Verantwortung![/color]

    Kommentar

    Lädt...
    X