I
ich98
Gast
hi
irgendwie kann ich in meiner CSS Datei den Body Bereich nicht verändern.
CSS-Datei
Das ist die HTML Datei, wo es sich eigentlich die Schriftgröße verändern sollte:
irgendwie kann ich in meiner CSS Datei den Body Bereich nicht verändern.
CSS-Datei
Code:body {font-family:Verdana, Arial; font-size:12px; background-color:#EFEFEF; color:#000000; text-align:center;} a:link, a:visited, a:active, a:hover {font-family:Comic Sans Ms; font-weight:normal; color:#00C0FF; font-size:12px;} a:active, a:hover {color:#FF5F00;font-weight:normal;}
Das ist die HTML Datei, wo es sich eigentlich die Schriftgröße verändern sollte:
Code:<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>yxsd</title> <meta name="author" content="xyl"> <meta name="keywords" content="xyz"> <meta name="generator" content="phase 5.3"> <link rel="stylesheet" type="text/css" href="css/main.css"> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="90%" bgcolor="#CFCFCF"> <colgroup> <col width="200"> <col> </colgroup> <tr> <td colspan="2"> <table border="0" cellpadding="10" cellspacing="0"> <tr> <td><img src="Grafiken/titel.jpg"></td> </tr> </table> </td> </tr> <tr> <td valign="top" width="120"> <table border="0" cellpadding="10" cellspacing="0"> <tr> <td> <h3 style="color:#FF5F00">Navigation</h3> <p> <a href="index.html"><font size="3">Startseite</font></a> <br> <a href="http://blackhawk.bl.ohost.de/"> <fontsize="3">Forum</font></a><br> <a href="spiele.html"><font size="3">Spiele</font></a><br> <a href="hardware.html"><font size="3">Hardware</font></a><br> <a href="sport.html"><font size="3">Sport</font></a><br> <a href="downloads.html"><font size="3">Downloads</font></a><br> </p> <h3 style="color:#FF5F00"><font-size="3">News</font></h3> <font size="2">Die Neuigkeiten stehen stets an dieser Stelle. </font> </td> </tr> </table> </td> <td valign="top" bgcolor="#FFFFFF"> <table border="0" cellpadding="10" cellspacing="0"> <tr> <td> <h2>Inhalt</h2> <p></p> <p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p> <p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p> </td> </tr> </table> </td> </tr> </table> </body> </html>
.gif)