Posts: 10
Name: Will
Location: Clinton, Tennessee
|
Alright yeah thanks a lot that was a silly mistake lol 
I pretty much redid it all, even though it was my friends project haha i get carried away and had gotten really into it so he will be happy
There was a lot of things that had to be changed, the code was quite a mess ;p here it is and it works great.
Code:
<!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" />
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" /><!--Author: Billy Haynes & a little help from Will Randolph :)
Date: March 21, 2009
-->
<title>A.P. Us and World Geography Classes</title>
<style type="text/css">
/*<![CDATA[*/
.b {text-align:center;
border: 0px; position: relative; top: 50%; left: -10%;}
.a {text-align:center;
border: 0px; position: relative; top: 50%; left: 10%}
#container {
width: 1000px;
height: 800px;
margin-left: auto;
margin-right: auto;
color: white;
}
body {
text-align: center;
background: black url(http://www.chs.acs.ac/CHSsports/sports%20pics/dragon%20football.gif) no-repeat; background-position: center;
height: 800px;}
</style>
</head>
<body>
<a href="APUS.htm"><img src="http://www.chs.acs.ac/library/Pics/1tailo~1mirror.gif" alt="U.S. History A.P. Class" class="b" /></a> <a href="geo.htm"><img src="http://www.chs.acs.ac/library/Pics/1tailo~1mirror.gif" alt="World Geography Class" class="a" /></a>
</body>
</html>
thats what it was supposed to look like the whole time haha. thanks for the help!
|