Forum Moderators: open
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>example</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<body>
<center><img src="images/Website_logo.png" />
<br />
<div id="nav" style="position: relative; left:-210px; top:0px; width:449px; height:177px; overflow: hidden;"><a href="http://www.example.com/pages/exampe/111111">
<img src="images/Website_FB.png" border="0"></a>
</div>
</center>
<p>example text<br />
example text <A HREF="http://example.COM/DOWNLOADS.HTML">DOWNLOAD</a><br />
NEXT MIXTAPE IS COMING VERY SOON! THIS IS THE TEMP PAGE FOR IT.
<br />QUESTIONS? EMAIL - example@example.com</p>
</body>
</html>
@charset "UTF-8";
/* CSS Document */
body
{
background-image:url(images/Website_BG.png);
background-color:#000;
}
p {color:#fff}
</style>
.background {
color: #000;
background-color: #000;
}
a {
color:#FFF;
outline:none;
text-decoration:none;
}
a:hover{
color: #575757;
text-decoration:underline;
} [edited by: engine at 2:54 pm (utc) on Mar 8, 2011]
[edit reason] sidescroll, and examplified [/edit]