Het probleem is dat de body niet word gebruikt. Ik heb in mijn css code gewoon body staan, dan moet die dat in de html die eigenschappen toch overnemen? maar dat die die niet.
Hij doet het wel goed onder Windows 2000, maar als ik ga uploaden naar hcc, duz volgens mij een UNIX server doet die het niet.
Wat is de oplossing?
Mijn CSS code:
<!-- A:link {color:"003399";} A:visited {color:"003399";} A:hover {color:"000000";} A { text-decoration: none }-->
body {color: 000000; font-family: arial; background-color:FFFF99;}
.kopgrap {font-size:20pt; font-family: Impact; text-align:center}
.Links {Font-family:Tahoma; text-align:left}
.Kop {font-size:15pt; text-align:center}
.Einde {text-align:center; margin-bottom:10%}
Mijn HTML code:
<html>
<head>
<link rel="stylesheet" type="text/css" href="Second.css" />
</head>
<body>
Hij doet het wel goed onder Windows 2000, maar als ik ga uploaden naar hcc, duz volgens mij een UNIX server doet die het niet.
Wat is de oplossing?
Mijn CSS code:
<!-- A:link {color:"003399";} A:visited {color:"003399";} A:hover {color:"000000";} A { text-decoration: none }-->
body {color: 000000; font-family: arial; background-color:FFFF99;}
.kopgrap {font-size:20pt; font-family: Impact; text-align:center}
.Links {Font-family:Tahoma; text-align:left}
.Kop {font-size:15pt; text-align:center}
.Einde {text-align:center; margin-bottom:10%}
Mijn HTML code:
<html>
<head>
<link rel="stylesheet" type="text/css" href="Second.css" />
</head>
<body>