Fixa så jag kan ändra/lägga till text i min design
Hej!
Jag håller på och lär mig webdesign och har köpt webhotel + domän. Erbjuder webdesign samt datorsupport men grejen är att jag designen är klar, dock så vet jag inte hur jag fixar så jag kan typ logga in som admin eller skriva ngn enkel html kod för att fixa text.
Här är min designfil. Tips?
<!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" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
body {
background-color: #000;
height: 800px;
width: 1000px;
}
.tjanster {
background-image: url(../Mina%20dokument/Mina%20mottagna%20filer/Pcmeckarn/Tj%C3%A4nster.jpg);
background-repeat: no-repeat;
position: absolute;
height: 150px;
width: 200px;
left: 30px;
top: 200px;
}
.Omoss {
background-image: url(../Mina%20dokument/Mina%20mottagna%20filer/Pcmeckarn/Omoss.jpg);
background-repeat: no-repeat;
position: absolute;
height: 150px;
width: 200px;
left: 35px;
top: 250px;
}
.Kontakt {
background-image: url(../Mina%20dokument/Mina%20mottagna%20filer/Pcmeckarn/Kontakt.jpg);
background-repeat: no-repeat;
position: absolute;
height: 150px;
width: 250px;
left: 33px;
top: 300px;
}
.copy {
background-image: url(../Mina%20dokument/Mina%20mottagna%20filer/Pcmeckarn/Copyrigth.png);
background-repeat: no-repeat;
position: absolute;
height: 150px;
width: 800px;
bottom: 1px;
left: 100px;
}
.anons {
background-image: url(../Mina%20dokument/Mina%20mottagna%20filer/Pcmeckarn/annons.jpg);
background-repeat: no-repeat;
position: left;
height: 0px;
width: 0px;
top: 0px;
right: 0px;
border: thin solid #bab0b0;
}
</style>
</head>
<body>
<div class="anons"></div>
<div class="Kontakt"></div>
<div class="Omoss"></div>
<div class="tjanster"></div>
<div class="copy"></div>
<center>
<img src="../Mina dokument/Mina mottagna filer/Pcmeckarn/logonhead.png" width="450" height="100" />
</center>
<img src="../Mina dokument/Mina mottagna filer/Pcmeckarn/Menyrad.jpg" width="240" height="450" />
</body>
</html>