So, here is a template that I coded on my own, from scratch. Most of the things that I make aren't used for anything, anyway, so you can take it. There is a place for a banner, and you can replace it with whatever you want, I gave the demensions. The template is reccomended to people who know how to code HTML so I don't need to explain how to customize it, etc.
Heres a screenshot of it:
Heres the code. Please give some form of credit towards me if you decide to use it. I did work hard on it.
Thanks, and PLEASE give some form of credit.
Heres a screenshot of it:
Spoiler (Click to View)
Heres the code. Please give some form of credit towards me if you decide to use it. I did work hard on it.
Code:
<html>
<head>
<title>Black Back Template</title>
<style type="text/css">
body {background-color: #000000}
a { text-decoration: none;
color: white;
font-family: arial;
font-size: 13px;
background-color: transparent;
}
h1 { text-decoration: bold;
color: black;
font-family: arial;
font-size: 30px;
line-height: 1px;
background-color: transparent;
}
h2 { text-decoration: bold;
color: black;
font-family: arial;
font-size: 20px;
background-color: transparent;
}
.sideboxes
{
width: 200px;
height: 201px;
font-size: 10px;
font-family: arial;
color: #000;
line-height: 1px;
text-align: left;
padding: 2px 2px 2px 2px;
margin: 5px;
float: left;
background-image: url(http://i33.tinypic.com/ve9k01.png);
background-repeat: no-repeat;
</style>
</head>
<body>
<div class="Box" style="position: absolute; left:200px; top:100px; width:1000px; height:500px; padding:2px; overflow:auto;">
<img src="http://i35.tinypic.com/6rpklz.png">
</div>
<div class="mainbox1" style="position: absolute; left:428px; top:200px; width:274px; height:272px; padding:2px; overflow:auto;"><center>
<h1>This is a title</h1><br><a>
Fill out everything here.
This template belongs to Pins222
</center>
</a>
</div>
<div class="mainbox2" style="position: absolute; left:785px; top:200px; width:274px; height:272px; padding:2px; overflow:auto;"><center>
<h1>This is a title</h1><br><a>
Fill out everything here.
This template belongs to Pins222
</center>
</a>
</div>
<div class="sidebox1" style="position: absolute; left:214px; top:183px; width:162px; height:175px; padding:2px; overflow:auto;"><center>
<h2>This is a title</h2><a>
Fill out everything here.
This template belongs to Pins222
</center>
</a>
</div>
<div class="sidebox1" style="position: absolute; left:214px; top:378px; width:162px; height:175px; padding:2px; overflow:auto;"><center>
<h2>This is a title</h2><a>
Fill out everything here.
This template belongs to Pins222
</center>
</a>
</div>
<div class="sidebox1" style="position: absolute; left:211px; top:6px; width:854px; height:160px; padding:2px; overflow:auto;">
<img src="http://i33.tinypic.com/5eubkk.png">
</div>
</body>
</html>
Thanks, and PLEASE give some form of credit.