Forum Moderators: not2easy
CSS file:
body{
background: #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align: center;
}
#container {
margin: 0px auto;
height: 100%;
width: 800px;
position: relative;
text-align: center;
background: #0000dd;
}
#text {
padding-top: 20px;
margin-right: 10px;
text-align: right;
width: 530px;
vertical-scrollbars: auto;
}
HTML file:
<html>
<head>
<link href="css/style_second1.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id = "text">
<h1>title</h1>
<br />
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
<p>text...</p>
</div>
</div>
</body>
</html>
Thanks.