[syntax lang=css]/* CSS Document */
body
{
margin: 0px;
padding: 0px;
font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
font-size: 24px;
background-color: #EF6500;
}
#logo
{
width: 100%;
margin-bottom: 5px;
background-image:url(/logo.png);
}
#pozadi
{
width: 100%;
margin-bottom: 5px;
background-image:url('images/pole.png');
}
#oddelovac
{
width: 100%;
margin-bottom: 5px;
background-image:url('images/odd.png');
}[/syntax]
a volám ho tu
[syntax lang=php]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="logo">
</div>
<div id="pozadi">
</div>
</body>
</html>[/syntax]
avšak stále to nejede, celý večer se snažím zjistit proč.. už vážně netuším... vyzkoušel jsem snad 20 možností
