Forum Moderators: not2easy
___ _ _______
| l |l|_head__|
| e |i|
| f |n| content
| t |e|
|___|_|________
|____footer____| ___ _
| l |l|
| e |i|
| f |n|
| t |e|
|___|_|____
|_head_____|
content
______________
|____footer____| #frame {
width: 1000px;
margin-top: 20px;
margin-left: 20px;
}
#center {
width: 1000px;
}
#left{
width: 200px;
float: left;
}
#head{
width:566px;
float:left;
}
#content{
width:566px;
float:left;
margin-left: 70px;
margin-top: 30px;
}
#line{
width: 33px;
float:left;
}
#footer{
width: 999px;
height: 150px;
clear: both;
}
<html>
<head>
<title>Title</title>
<link rel="stylesheet" type="text/css" href="name.css" />
</head>
<body bgcolor="#757859" text="#b7b1b1" link="#b7b1b1" vlink="#b7b1b1" alink="#b7b1b1">
<div id="background" style="position:absolute; left:0px; top:0px; width:557px; height:364px; z-index:-1"><img src="background.jpg" width="988" height="729"></div>
<div id="frame">
<div id="center">
<div id="left">
<img src="picture01.png" width="200" height="311">
<p> </p>
<p><img src="picture02.png" width="200" height="138"></p>
<p> </p>
<p><img src="picture03.png" width="200" height="138"></p>
<p align="center"> </p>
<p align="center"><img src="logo01.png" width="83" height="32">
<img src="logo02.png" width="75" height="56"></p>
<p align="center"><img src="logo03.png" width="87" height="31">
<img src="logo04.png" width="100" height="38"></p>
</div>
<div id="line"> <img src="line.png" width="33" height="773"> </div>
</div>
<div id="head">
<img src="header.png" width="587" height="199">
<div id="content">
Text here.
</div>
</div>
</div>
<div id="footer">
Text here.
</div>
</div>
</body>
</html> <html>
<head>
<title>Title</title>
<style type="text/css">
body, a, a:visited {
color: #b7b1b1;
}
#background {
position:absolute;
left:0px;
top:0px;
/*width:557px;*/
height:364px;
z-index:-1;
}
#frame {
/*width: 1000px;*/
margin-top: 20px;
margin-left: 20px;
}
#center {
/*width: 1000px;*/
float:left;
}
#left{
width: 200px;
float: left;
}
#head {
/*width:566px;*/
width:600px;
/*float:left;*/
margin-left:233px;
}
#content{
width:530px;
/*float:left;*/
margin-left: 70px;
margin-top: 30px;
}
#line {
width: 33px;
/*float:left;*/
margin-left:200px;
}
#footer{
width: 999px;
height: 150px;
clear: both;
}
</style>
</head>
<body>
<div id="background"><img src="background.jpg" width="988" height="729"></div>
<div id="frame">
<div id="center">
<div id="left">
<img src="picture01.png" width="200" height="311">
<p> </p>
<p><img src="picture02.png" width="200" height="138"></p>
<p> </p>
<p><img src="picture03.png" width="200" height="138"></p>
<p align="center"> </p>
<p align="center"><img src="logo01.png" width="83" height="32">
<img src="logo02.png" width="75" height="56"></p>
<p align="center"><img src="logo03.png" width="87" height="31">
<img src="logo04.png" width="100" height="38"></p>
</div> <!--left-->
<div id="line"> Line <img src="line.png" width="33" height="773"> </div>
</div> <!--center-->
<div id="head"> Head <img src="header.png" width="587" height="199"> <div id="content"> Text here.</div>
</div> <!--head-->
<div id="footer"> Text here. </div>
</div> <!--frame-->
</body>
</html>
[edited by: alt131 at 1:10 pm (utc) on Jun 10, 2010]