14-04-2012, 22:25
Witam zacząłem robić strone z layoutu i juz na samym początku mam problem z dodaniem loga. Dodaje do css oraz html odnośniki jednak nic to nie daje:
index.html
style.css
PROSZĘ O SZYBKĄ POMOC/
index.html
Kod:
<!DOCTYPE HTML>
<head>
<meta name="generator" content="InstantBlueprint.com - Create a web project framework in seconds.">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Free Cheats</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/reset.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
</head>
<body>
<div id="background-images">
</div>
<div id="logo>
</div>
</body>
</html>
style.css
Kod:
/* Main */
body {
background-image:url(../images/tlo.gif);
color:#000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
#background-images{
background:url(../images/tlo.gif);
height:1492px;
}
#logo {
background-image: url(../images/logo.gif);
height: 394px;
width: 107px;
}
PROSZĘ O SZYBKĄ POMOC/