Ret min kode
Yo..Jeg har lavet en kode men det driller mig. Man kan køre til siden til siden.
<html>
<head>
<style>
body {
background: #966D15;
color: #111111;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
}
#div-1 {
position: absolute;
background-color: #966D15;
width: 170;
height: 100%;
border: solid 1px;
border-color: #000000;
top: 55px;
}
#div-2 {
position: absolute;
background-color: #966D15;
width: 100%;
height: 30;
border: solid 1px;
border-color: #000000;
color: #111111;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 12px;
}
#div-4 {
position: absolute;
background-color: #966D15;
top: 55;
left: 10;
margin-left: 172;
border: solid 1px;
border-color: #000000;
color: #111111;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 12px;
height: 100%;
width: 100%;
}
#div-3 {
background-color: #966D15;
color: #111111;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
}
</style>
<title>NicKill //Dansk krigsspil\\</title><body>
<div id="div-4">
Hej alle sammen..:D
</div>
<table id="div-2">
<tr>
<td width="10%">Login:<br>
Brugernavn</td>
<td width="10%">Level:<br>Level</td>
<td width="80%">Dollar:<br>Dollars</td>
</tr>
</table>
<div id="div-1">
</div>
</body></html>
Kan i rette den?
