Kwaeckenrode
Gebruiker
- Lid geworden
- 16 nov 2008
- Berichten
- 10
Ben ik weer
Waarom centreert IE m'n website wel en Firefox niet?
Code:
Gemaakt met MEW3

Waarom centreert IE m'n website wel en Firefox niet?
Code:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="en-us" http-equiv="Content-Language">
<style type="text/css">
.style1 {
border-collapse: collapse;
border-width: 0;
background-color: #FFFFFF;
}
.style2 {
white-space: nowrap;
}
</style>
</head>
<center>
<body style="background-image: url('Achtergrond.png'); background-attachment: fixed">
<table class="style1" style="width: 100%">
<tr>
<td><img height="142" src="lol.png" width="980" /></td>
</tr>
<tr>
<td><img height="23" src="Home.png" width="140" /><img height="23" src="Over%20ons.png" width="140" /><img height="23" src="Diensten.png" width="140" /><img height="23" src="Onroerend%20goed.png" width="140" /><img height="23" src="Keurmerken.png" width="140" /><img height="23" src="Contact.png" width="140" /><img height="23" src="Links.png" width="140" /></td>
</tr>
<tr>
<td class="style2"><br><br><br><br><br><br><br><br></td>
</tr>
<tr>
<td><img height="23" src="Home.png" width="140" /><img height="23" src="Over%20ons.png" width="140" /><img height="23" src="Diensten.png" width="140" /><img height="23" src="Onroerend%20goed.png" width="140" /><img height="23" src="Keurmerken.png" width="140" /><img height="23" src="Contact.png" width="140" /><img height="23" src="Links.png" width="140" /></td>
</tr>
</table>
</center>
Gemaakt met MEW3
Laatst bewerkt door een moderator: