Hi,
Something like the sample below , or you mean a Sticky Footer?
Something like the sample below , or you mean a Sticky Footer?
Code:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>test 1</title>
<style type="text/css">
<!--
#wrapper {
width: 90%;
margin: 0 auto;
border: 1px solid #00C
}
#header {
background: #333;
height: 200px;
background: #FF3
}
#header image {
}
#content #page-content {
height: 400px;
}
#footer {
height: 100px;
background: #FF3
}
-->
</style>
</head>
<body>
<div id="wrapper">
<div id="header">Header image</div>
<div id="content">
<h1>Titel</h1>
<div id="page-content">
<div class="page-text"> text text text page text
<p class="page-meta">Published on <span>October 1st, 2015</span></p>
</div>
</div>
</div>
<div id="footer"> Footer</div>
</div>
</body>
</html>