Zokoli
21-07-2009, 04:46 PM
<!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" />
<title>Zokoli ~ Ah yes!</title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana;
font-size: 11px;
font-weight:bold;
color: #000;
}
body {
background-image: url();
background-repeat: no-repeat;
background-color: #FFF;
}
#header-wrap {
width: 100%;
height: 100px;
background-color: #3F4C6B;
}
#header-wrapper {
width: 50%;
display: block;
margin: 0 auto;
}
#header {
background-image:url(../zokoli.png);
background-repeat: no-repeat;
width:220;
height:60;
}
-->
</style></head>
<body>
<div id="header-wrap">
<div id="header-wrapper">
<div id="header">
</body>
</html>
It's probably a easy fix, and I'm just not seeing it right.
Obviously I want to display the logo [zokoli.png], but for some reason it isn't showing.
The reason I have coded it into a Style Sheet is because it will be much more cleaner after I have converted it into a proper .css file and link it with the site.
"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" />
<title>Zokoli ~ Ah yes!</title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana;
font-size: 11px;
font-weight:bold;
color: #000;
}
body {
background-image: url();
background-repeat: no-repeat;
background-color: #FFF;
}
#header-wrap {
width: 100%;
height: 100px;
background-color: #3F4C6B;
}
#header-wrapper {
width: 50%;
display: block;
margin: 0 auto;
}
#header {
background-image:url(../zokoli.png);
background-repeat: no-repeat;
width:220;
height:60;
}
-->
</style></head>
<body>
<div id="header-wrap">
<div id="header-wrapper">
<div id="header">
</body>
</html>
It's probably a easy fix, and I'm just not seeing it right.
Obviously I want to display the logo [zokoli.png], but for some reason it isn't showing.
The reason I have coded it into a Style Sheet is because it will be much more cleaner after I have converted it into a proper .css file and link it with the site.