Forum Moderators: not2easy
This is the start of my header.inc file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<HEAD>
<TITLE>Nickalicious</TITLE>
<link rel="stylesheet" href="/newlayout/colors.css" type="text/css" />
<style type="text/css">
#centered
{
width:1004px;
margin:0 auto; /* to center the div */
text-align:justify; /* restore the body alignment */
position:relative; /* because of "relative/absolute" content inside the div */
}
body{
background:#f6f6f6;
background-image: url('bg.jpg');
background-repeat: repeat-y;
background-position: center;
spacing:0px;
margin-top:0px;
margin-bottom:0px;
}
</style>