Hvidt mellemrum!
www.divinium.dk - Se det hvide mellemrum.Hvordan får jeg det væk? (har lige cuttet de mange "IDs" væk.)
---
index.php:
<html>
<head>
<title>
Divinium
</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<center>
<img src="divinium.jpg" width="600px" height="200px">
</center>
<table align="center" width="600px" height="500px">
<tr align="center">
<td width="10%"><p class="bold">ID</p></td>
<td width="15%"><p class="bold">Klan</p></td>
<td width="10%"><p class="bold">Hjemmeside</p></td>
<td width="20%"><p class="bold">Server</p></td>
</tr>
<tr align="center">
<td width="10%"><p>01</p></td>
<td width="15%"><p>Divinium</p></td>
<td width="25%"><p>www.divinium.dk</p></td>
<td width="25%"><p>80.163.63.49:33128</p></td>
</tr>
</table>
</body>
</html>
---
style.css:
p {
font: 12px;
font-family: trebuchet ms;
color: #FFFE1F; }
p.bold {
font-weight: bold; }
tr {
vertical-align: top;
height: 12px; }
table {
background-image: url("indhold.jpg");
background-repeat: repeat-y;
margin: 0 auto;
border-collapse: collapse; }
table,td {
padding: 0px; }
