Kann ich bei diesem Code 100% Höhe machen?
Oder ist das unmöglich?
Oder ist das unmöglich?
Code:
<?xml version="1.1" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Template</title>
<style type="text/css" title="Standart" media="screen">
body{
margin:0px;
padding:0px;
}
div{
border-left:1px solid #000000;
border-right:1px solid #000000;
height:100%;
margin:0px auto;
width:300px;
}
</style>
</head>
<body>
<div>s</div>
</body>
</html>