ok...I'm back!
But, unfortunately I have the same problem
http://www.freewebs.com/max-nation/Index.html
It's pretty obvious what my problem is....I need the buttons next to the center container. Sooooo.........
anyway....
this is my
html
- Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Max-Nation ~ The Unofficial Maxim Afinogenov Appreciation Website</title>
<link rel="stylesheet" type="text/css"
href="http://www.freewebs.com/max-nation/Max%2DNation.css" />
</head>
<body>
<img src="http://www.freewebs.com/max-nation/facts%5Fbutton.png" />
<br />
<img src="http://www.freewebs.com/max-nation/stats%5Fbutton.png" />
<br />
<img src="http://www.freewebs.com/max-nation/photo%2Dgallery%5Fbutton.png" />
<br />
<img src="http://www.freewebs.com/max-nation/home%5Fbutton.png" />
<br />
<img src="http://www.freewebs.com/max-nation/join%5Fbutton.png" />
<br />
<img src="http://www.freewebs.com/max-nation/T%2Dshirts%5Fbutton.png" />
<div id="container">
<span id="header">
<span id="logo">
<img src="http://www.freewebs.com/max-nation/slug%20with%20background%20blue.jpg" alt="Sabres Logo" />
</span>
</span>
<img src="http://www.freewebs.com/max-nation/max.jpg" id="max" alt="Maxim Afinogenov">
</div>
</body>
</html>
and the
CSS
- Code: Select all
body
{
background-image: url('http://www.freewebs.com/max-nation/blue%20textured%20background.jpg');
background-repeat: repeat;
margin: 0px;
padding: 0px;
}
#container
{
margin-left: 20%;
margin-bottom: 0%;
margin-right: 20%;
margin-top: 0%;
background-color: #000031;
width: 60%;
height: 100%;
}
#logo
{
margin-left: 0px;
margin-top: 0px;
}
img#max
{
height: 800px;
width: 600px;
border-color: #FFFFFF;
margin-bottom: 0%;
border-width: 2px;
border-style: dotted;
}
#header
{
width: 600px;
height: 163px;
}
CAN ANYONE HELP ME!!!!!!!??????????
I've been stuck for quite a bit, and I don't know what I'm doin wrong
