Ik heb een probleempje met CSS. En wil dit: Ik heb een style gemaakt, maar die wordt niet toegepast en volgens mij klopt alles wel. Weet iemand wat er fout is?
Code index.php
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Voetbalstadion: al het voetbal vanuit één stadion!</title>
<link rel="stylesheet" type="text/css" href="atyle.css">
</head>
<body>
<table width="773" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="top">
<td colspan="5">
<?PHP include"header.htm"; ?>
</td>
</tr>
<tr valign="top">
<td width="136">
<?PHP include"menu.htm"; ?>
</td>
<td width="8"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="430" background="site_images/linksrechtsgrens.png"> </td>
</tr>
</table></td>
<td width="496">Welkom allemaal!</td>
<td width="8"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="430" background="site_images/lrgrens.png"> </td>
</tr>
</table></td>
<td width="125"> <div align="right">
<?PHP include"rechts.htm"; ?>
</div></td>
</tr>
<tr valign="top">
<td colspan="5">
<?PHP include"footer.htm"; ?>
</td>
</tr>
</table>
</body>
</html>
code style.css
Code:
body {
font-size: 8 pt;
font-family: Verdana, Tahoma, Arial;
color: black;
margin-top:0%;
margin-left:0%;
margin-right:0%;
margin-bottom:0%;
}