Project Implement F2P
[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" />
<title>Project Implement</title>
<link href="master.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
background-color: #FFF;
background-image: url(wood.png);
background-repeat:repeat;
}
#table1{
background-image: url(02big.jpg);
background-repeat:repeat-x;
position: absolute;
top: 30%;
left: 25%;
}
#subfooter-wrap { float: left; width: 100%; background: url(../images/subfooter-wrap-bg.jpg) repeat-y center 0 #0070ba; height: 15px; }
#subfooter { height: 15px; }
</style>
</head>
<body>
<center>
<table id="table1" width="60%" border="0">
<tr>
<td><a title="Visit Project Implement" href="http://www.project-implement.com" onmouseover="this.firstChild.src ='hover.png'" onmouseout="this.firstChild.src ='http://project-implement.com/p2p.png'" style="cursor:pointer;"><img title="Visit Project Implement" src="http://project-implement.com/p2p.png" style="border-width:0px;"/></a></td>
<td><a title="Visit Legacy" href="http://www.innovationx.org/legacy/" onmouseover="this.firstChild.src ='hoverlegacy.png'" onmouseout="this.firstChild.src ='http://www.innovationx.org/614.png'" style="cursor:pointer;"><img title="Visit Legacy" src="http://www.innovationx.org/614.png" style="border-width:0px;"/></a></td>
</tr>
<tr>
<!--<center><td colspan="10" id="table1">asdasd
</td></center> -->
</tr>
</table>
</center>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20231670-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html> [/code]
|