Nieuw lid |
|
Beste leden,
ik was bezig net een simpele site,
maar ik krijg altijd maar een raare output:
er zitten allemaal plaatsen tussen de rijen en kollommen
http://remotecosmix.110mb.com/index.html
weet iemand wat hiervoor de oorzaak is?
dit zijn mijn codes:
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Under Construction</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%">
<tr>
<td width="100px"></td>
<td width="170px"></td>
<td width="27px"></td>
<td width="698px"></td>
<td></td>
</tr>
<tr>
<td></td>
<td><img src="images/pic_02.gif" /></td>
<td><img src="images/pic_03.png" /></td>
<td><img src="images/pic_04.png" /></td>
<td><img src="images/pic_05.gif" /></td>
</tr>
<tr>
<td bgcolor="#4c0e0e"></td>
<td bgcolor="#730c02"></td>
<td><img src="images/pic_06.png" /></td>
<td><img src="images/pic_07.png" /></td>
<td bgcolor="#4c0e0e"></td>
</tr>
<tr>
<td bgcolor="#4c0e0e"></td>
<td bgcolor="#730c02"></td>
<td><img src="images/pic_08.gif" /></td>
<td><img src="images/buttons_01.png" />
<img src="images/buttons_02.png" />
<img src="images/buttons_03.png" />
<img src="images/buttons_04.png" />
<img src="images/buttons_05.png" />
<img src="images/buttons_06.png" />
<img src="images/buttons_07.png" />
<img src="images/buttons_08.png" />
<img src="images/buttons_09.png" />
<img src="images/buttons_10.png" />
<img src="images/buttons_11.png" />
</td>
<td bgcolor="#4c0e0e"></td>
</tr>
<tr>
<td></td>
<td bgcolor="#730c02"></td>
<td><img src="images/pic_19.gif" /></td>
<td><img src="images/pic_20.gif" /></td>
<td></td>
</tr>
<tr height="100%">
<td></td>
<td bgcolor="#730c02"></td>
<td style="background-image:url('images/pic_13.gif');background-repeat:repeat-y;"></td>
<td bgcolor="#d99d55">Content</td>
<td></td>
</tr>
</table>
</body>
</html>
<!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"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="css.css" rel="stylesheet" type="text/css" /> <td><img src="images/pic_02.gif" /></td> <td><img src="images/pic_03.png" /></td> <td><img src="images/pic_04.png" /></td> <td><img src="images/pic_05.gif" /></td> <td bgcolor="#4c0e0e"></td> <td bgcolor="#730c02"></td> <td><img src="images/pic_06.png" /></td> <td><img src="images/pic_07.png" /></td> <td bgcolor="#4c0e0e"></td> <td bgcolor="#4c0e0e"></td> <td bgcolor="#730c02"></td> <td><img src="images/pic_08.gif" /></td> <td><img src="images/buttons_01.png" /> <img src="images/buttons_02.png" /> <img src="images/buttons_03.png" /> <img src="images/buttons_04.png" /> <img src="images/buttons_05.png" /> <img src="images/buttons_06.png" /> <img src="images/buttons_07.png" /> <img src="images/buttons_08.png" /> <img src="images/buttons_09.png" /> <img src="images/buttons_10.png" /> <img src="images/buttons_11.png" /> <td bgcolor="#4c0e0e"></td> <td bgcolor="#730c02"></td> <td><img src="images/pic_19.gif" /></td> <td><img src="images/pic_20.gif" /></td> <td bgcolor="#730c02"></td> <td style="background-image:url('images/pic_13.gif');background-repeat:repeat-y;"></td> <td bgcolor="#d99d55">Content </td>
en CSS;
@CHARSET "ISO-8859-1";
html {
padding: 0px;
margin: 0px;
}
body {
background-color: #6b2901;
font-size: 13px;
color: #564b47;
text-align: center;
margin: 0px;
padding: 0px;
}
td {
padding: 0px;
margin: 0px;
}
@CHARSET "ISO-8859-1"; html { padding: 0px; margin: 0px; } body { background-color: #6b2901; font-size: 13px; color: #564b47; text-align: center; margin: 0px; padding: 0px; } td { padding: 0px; margin: 0px; }
mvg Kiwi
|