Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- table {
- display: none;
- }
- .page table {
- display: table;
- }
- body {
- background-image: url("https://i.imgur.com/7eP4kWp.png");
- }
- #layout {
- width: 900px;
- height: 700px;
- margin: 0 auto;
- background-image: url("https://i.imgur.com/tctEd5P.png");
- }
- #main {
- font: 10pt tahoma;
- color: #000000;
- top: 170px;
- left: 90px;
- width: 710px;
- height: 490px;
- overflow: hidden;
- }
- .page {
- height: 490px;
- overflow: auto;
- }
- .table {
- display: inline;
- text-align: left;
- }
- td {
- padding: 10px;
- }
- h1 {
- font: 14pt tahoma;
- color: #d9ddcd;
- text-align: center;
- text-transform: uppercase;
- background-color: #323219;
- letter-spacing: 2px;
- line-height: 25px;
- }
- h2 {
- font: 12pt tahoma;
- color: #d9ddcd;
- text-align: left;
- background-color: #5d6745;
- padding-left: 5px;
- letter-spacing: 2px;
- line-height: 20px;
- }
- b {
- color: #323219;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- i {
- color: #000000;
- font: 10pt tahoma;
- font-style: italic;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #5d6745;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #323219;
- font: 10pt tahoma;
- text-decoration: none;
- }
- </style>
- <br><br><div id="layout" style="position: relative;">
- <div id="main" style="position: absolute;">
- <a name="home"></a>
- <div class="page">
- <h1>Header One</h1>
- <h2>Header Two</h2>
- <b>bold</b> <i>italic</i> <a href="/~slugclubministry">link</a> text
- </div>
- <a name="hidden"></a>
- <div class="page">
- This is a hidden anchored page in case you need another page. To link from the homepage to this page, copy and paste the coding in the box below on to the homepage:<br><br>
- <textarea><a href="#hidden">link name</a></textarea><br><br>
- You can change the name of this link by changing <i>hidden</i> to what you would like by [a name="hidden"] in the code and changing [a href="#hidden"] taken from the above text box to match what you named your link.<br><br>
- To link from this page back to the homepage, copy and paste the coding in the box below to this page: <br><br>
- <textarea><a href="#home">return home</a></textarea>
- </div>
- </div></div>
Add Comment
Please, Sign In to add comment