Support Forums
Black Back Website Template [Use it] - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: Black Back Website Template [Use it] (/showthread.php?tid=1366)

Pages: 1 2


Black Back Website Template [Use it] - Pins222 - 10-12-2009

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.
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.


RE: Black Back Template [Use it] - Pins222 - 10-12-2009

Bump? Please?


RE: Black Back Template [Use it] - Akshay* - 10-13-2009

Thanks that was nice.


RE: Black Back Template [Use it] - Pins222 - 10-13-2009

(10-13-2009, 08:12 AM)Danger Wrote: Thanks that was nice.

Thank you.
Did you use it?


RE: Black Back Template [Use it] - Skill - 10-13-2009

It's nice of you for sharing this with the SF community.

I haven't used it yet, I may do so in the future.

I'll let you know if I do Smile


RE: Black Back Website Template [Use it] - Grizzly - 10-13-2009

Nice share but no need to bump the thread 2 hours after posting it.


RE: Black Back Website Template [Use it] - baz - 10-13-2009

do you have a onlne demo of the template ?


RE: Black Back Website Template [Use it] - Pins222 - 10-13-2009

(10-13-2009, 12:46 PM)Grizzly Wrote: Nice share but no need to bump the thread 2 hours after posting it.

I know, but I was afraid it wouldn't be noticed. It is a nice piece of work, and I wanted to make sure some people got a look at it.


RE: Black Back Website Template [Use it] - Code King - 10-13-2009

A bit of advice, you shouldn't do inline styling in HTML tag, use an external stylesheet and then use # ids and . classes.


RE: Black Back Website Template [Use it] - Vorfin - 10-13-2009

Looks good, I might use this.