Welcome
Welcome to Dark Nature iy7. The name? Well it's dark and it's
nature, and the rest is random. I hope you enjoy this template because
I did.
posted by kirby145 on 11.24.2006
Test Everything
Fun time to show you what we have:
Header 1
This is a blockquote.
Isn't it
nice.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation
ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
This is a
bunch of code: how do I
make a link?
Well there's an easy way to do that: <a
href="link.com">Text for
link</a> and if you want to skip a line you can choose
from
<br /> or <p /> whatever you wanr.
Links:
Open
Web Design -a great resource everyone should use
link
link
link
Underline
Orange
Underline
Overline
Header 2
Template
This is a free template by kirby145. Transparency will only work in
some
browsers, however it looks fine without it anyway. Which leads me to:
This page is best viewed in
Firefox

I would also
suggest using
Opera,
another
excellent browser
XHtml
Xhtml is great. and in this template :p
Recent Updates
Recent updates have just been made, these include a fixed background, a
new "posted by" h2, and Brighter text. As well as a special
underline effect that is
useful for highlighting.
Code Explanations
I will explain some aspects of the code. Here is stylesheet code.
To make links change on when the mouse goes over them:
a:hover { border: 1px solid
rgb(255, 255, 255);
background-color: rgb(21, 21, 21);
color: rgb(255, 102, 0);
text-decoration: none;
Where a:hover is the style name, border specifies the border all around
it, background is a different color, and
To stop underlines:
text-decoration: none;
To make other things change on hover, but it only works not in internet
explorer,
.name:hover
To make the background stay in one place:
body{
background-attachment: fixed;
}
Contact
If you would like to contact me email nightmarekirbyx[at]aim.com