Hjælp til simpel html side
HejHar lavet en, eller er ved at lave en lille simpel hjemmside i html.
Men vil gerne havde lavet noget om.
Sådan ser det ud nu
http://peecee.dk/uploads/052010/Unavngivet20.JPG
Sådan her vil jeg have det til at se ud(ændret i paint)
http://peecee.dk/uploads/052010/Unavngivet21.JPG
Kode
<html>
<head>
<style type="text/css">
body
{
margin-top:5%;
margin-bottom:100px;
margin-right:25%;
margin-left:25%;
}
#A
{
border-style:solid;
border-width:1px;
}
#B
{
border-style:solid;
border-width:1px;
}
#C
{
border-style:solid;
border-width:1px;
}
#D
{
border-style:solid;
border-width:1px;
}
</style>
</head>
<body>
<div id="A">
<p>banner</p>
</div>
<div id="B">
<p>menu</p>
</div>
<div id="C">
<p>tekst</p>
</div>
<div id="D">
<p>copyright</p>
</div>
</body>
</html>
Eller som download
http://peecee.dk/upload/download/247411
På forhånd TAK