markenfabian
Gebruiker
- Lid geworden
- 15 dec 2011
- Berichten
- 6
Hé allemaal
Wij moeten een site maken voor informatica
Nu willen wij een tabel maken, deze is ook gelukt maar de tekstkleur wil niet veranderen
Als je het voorbeeld bekijkt in html is de tekstkleur blauw, maar als je de site opent is hij zwart.
Heeft iemand een oplossing????
Dit is onze code:
<style type="text/css">
<!--
body { font-family: Verdana; background-color: #000000 }
table { color: black; background-color: #000000 }
p { color: white; background-color: #000000 }
h1 { color: white; background-color: #000000 }
table.kleur {color: 22AAFF;}
-->
</style>
<title>menu2</title>
</head>
<body>
<FONT size="6" color="#AAFF44"
<H1>Halo 3</H1>
</FONT>
<table class="kleur" border="1">
<tr>
<th> Ontwikkelaars</th> <td>Bungie</td></tr>
<tr>
<th> Uitgever(s)</th> <td>Microsoft Game Studios</td></tr>
<tr>
<th> Uitgebracht</th> <td>25, 26, 27 september 2007</td></tr>
<tr>
<th> Genre(s)</th> <td>First person shooter</td></tr>
<tr>
<th> Speelmode(s)</th> <td>Singleplayer, Co-op, Online co-op, Multiplayer en Online Multiplayer Forge Meta-game</td></tr>
<tr>
<th> Leeftijdsklasse</th> <td>16+</td></tr>
<tr>
<th> Platform(s)</th> <td>Xbox 360</td></tr>
<tr>
<th> Systeemvereisten</th> <td>Xbox 360 controller</td></tr>
<tr>
<th> Voorloper(s)</th> <td>Halo 2, Halo: Combat Evolved</td></tr>
<tr>
<th> Vervolg</th> <td>Halo 3: ODST</td></tr>
<tr>
<th> Website</th> <td> <a href="http://www.halo3.com">Site van Halo3</a></td></tr>
</table>
Wij moeten een site maken voor informatica
Nu willen wij een tabel maken, deze is ook gelukt maar de tekstkleur wil niet veranderen
Als je het voorbeeld bekijkt in html is de tekstkleur blauw, maar als je de site opent is hij zwart.
Heeft iemand een oplossing????
Dit is onze code:
<style type="text/css">
<!--
body { font-family: Verdana; background-color: #000000 }
table { color: black; background-color: #000000 }
p { color: white; background-color: #000000 }
h1 { color: white; background-color: #000000 }
table.kleur {color: 22AAFF;}
-->
</style>
<title>menu2</title>
</head>
<body>
<FONT size="6" color="#AAFF44"
<H1>Halo 3</H1>
</FONT>
<table class="kleur" border="1">
<tr>
<th> Ontwikkelaars</th> <td>Bungie</td></tr>
<tr>
<th> Uitgever(s)</th> <td>Microsoft Game Studios</td></tr>
<tr>
<th> Uitgebracht</th> <td>25, 26, 27 september 2007</td></tr>
<tr>
<th> Genre(s)</th> <td>First person shooter</td></tr>
<tr>
<th> Speelmode(s)</th> <td>Singleplayer, Co-op, Online co-op, Multiplayer en Online Multiplayer Forge Meta-game</td></tr>
<tr>
<th> Leeftijdsklasse</th> <td>16+</td></tr>
<tr>
<th> Platform(s)</th> <td>Xbox 360</td></tr>
<tr>
<th> Systeemvereisten</th> <td>Xbox 360 controller</td></tr>
<tr>
<th> Voorloper(s)</th> <td>Halo 2, Halo: Combat Evolved</td></tr>
<tr>
<th> Vervolg</th> <td>Halo 3: ODST</td></tr>
<tr>
<th> Website</th> <td> <a href="http://www.halo3.com">Site van Halo3</a></td></tr>
</table>