View Single Post
Old 12-26-2007   #3 (permalink)
Neo824
Registered User
 
Join Date: Oct 2007
Posts: 43

Send a message via MSN to Neo824
I've made all the specified changes, and still no success! If you want to see the site the URL is Neo Productions | UNDER CONSTRUCTION

[Note: When I add background-position it does NOTHING]

NEW CODE:

stylesheet.css
Code:
/* Neo Productions - STYLESHEET */

body {
background-color: #383838;
font-family: arial;
font-size: 10px;
}

div#image1 {
background: url('images/image1.png') no-repeat center top;
display: block;
height: 16px;
width: 777px;
padding: 0px;
margin: 0px;
}

div#image2 {
background: url('images/image2.png') no-repeat center top;
display: block;
height: 166px;
width: 777px;
padding: 0px;
margin: 0px;
}

div#image3 {
background: url('images/image3.png') no-repeat center top;
display: block;
height: 9px;
width: 777px;
padding: 0px;
margin: 0px;
}

div#image4 {
background: url('images/image4.png') no-repeat center top;
display: block;
height: 453px;
width: 777px;
padding: 0px;
margin: 0px;
}

div#image5 {
background: url('images/image5.png') no-repeat center top;
display: block;
height: 9px;
width: 777px;
padding: 0px;
margin: 0px;
}

div#image6 {
background: url('images/image6.png') no-repeat center top;
display: block;
height: 18px;
width: 777px;
padding: 0px;
margin: 0px;
}

div#image7 {
background: url('images/image7.png') no-repeat center top;
display: block;
height: 143px;
width: 777px;
padding: 0px;
margin: 0px;
}
index.html
Code:
<html>

<!-- #BEGIN# Head Information -->
<head>
<title>Neo Productions | UNDER CONSTRUCTION</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
</head>
<!-- #END# Head Information -->

<!-- #BEGIN# Body Information -->
<body>

<div id="image1"></div>

<div id="image2"></div>

<div id="image3"></div>

<div id="image4"></div>

<div id="image5"></div>

<div id="image6"></div>

<div id="image7"></div>

</body>
<!-- #END# Body Information -->

</html>
- Neo

Last edited by Neo824; 12-26-2007 at 07:50 PM.
Neo824 is offline   Reply With Quote