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.
und jetze die impressum.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
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>
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>
gibt es eine möglichkeit, das die css datein extra abgespeichert werden ???? und kann ich sie dann auch includen ???
mfg
dennis
Kommentar