Code: Select all
<title>Zone</title>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
</head>
<body>
<div class="header">
<img src='logo.jpg'>
sdasd
</div>
</body>
</html>[code]
css
[code]
html, body
{
background: #764615 url(../bg.jpg) repeat-y;
margin: 0;
padding: 0;
font-family: sans-serif;
font-size: 13px;
color: #666666;
line-height: 14pt;
}
.float_left { float: left; }
.float_right{ float: right; }
.clear_both { clear: both; }
strong { color: #ffffff;}
h1
{
font-weight: normal;
font-size: 24px;
color: #318be8;
padding: 0px 0px 5px 0px;
margin: 0px;
}
h2
{
font-weight: bold;
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
border-top: 1px dotted #fff;
color: #318be8;
}
* html h2
{
padding: 6px 0px 6px 6px;
}
* html .heading
{
margin-left: 5px !important;
width: 426px;
}
#container
{
margin: 0 auto;
padding: 0px;
width: 580px;
height: 100;
}
.blue:hover { background-color: #318be8 !important; }
.grey:hover { background-color: #777777 !important; }
#header
{
margin: 0 auto;
padding-left: 100px;
width: 590px;
height: 150px;
position: absolute;
}
[code]
Okay so this should look like [url=http://notintheface.biz/zone/site.jpg]http://notintheface.biz/zone/site.jpg[/url] but it looks like this [url=http://notintheface.biz/zone/]http://notintheface.biz/zone/[/url]
Whats up? :P (just focusing on the logo image for now)
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:4940, old post ID:38458[/size][/color]