Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New theme (problem)
#4
Hi,

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 &nbsp;<span>October 1st, 2015</span></p>
      </div>
    </div>
  </div>
  <div id="footer"> Footer</div>
</div>
</body>
</html>
Reply


Messages In This Thread
New theme (problem) - by Balistx - 2015-10-21, 02:57:24
RE: New theme (problem) - by Timbow - 2015-10-21, 07:14:53
RE: New theme (problem) - by Balistx - 2015-10-21, 07:20:57
RE: New theme (problem) - by Frens - 2015-10-22, 01:16:49
RE: New theme (problem) - by Tyblitz - 2015-10-26, 06:45:58



Users browsing this thread: 1 Guest(s)