- Messages
- 19,181
- Reaction score
- 28
- Points
- 48
Ok people I need some help with HTML, when you click on a game on my site, http://blnetworks.info/, it looks odd, just go there and play a game and youll see what im talkin about.
This is the code:
If you think you know prob then please contact me.
This is the code:
PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>BLNetworks.info Online Gaming | HomePage Version Beta 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000033;
}
body {
background-color: #99FF33;
}
a:link {
color: #993333;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #993333;
}
a:hover {
text-decoration: none;
color: #000066;
}
a:active {
text-decoration: underline;
color: #FFFFFF;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body>
<div id="Layer1" style="position:absolute; width:200px; height:39px; z-index:1; left: 284px; top: 0px;"><img src="logo.gif" width="434" height="121"></div>
<div id="Layer2" style="position:absolute; width:200px; height:80px; z-index:2; left: 1px; top: 0px;">BLNetworks.info is now offichaly open with our Beta 1 homepage including 15 games that you can play today. </div>
<div id="Layer3" style="position:absolute; width:133px; height:115px; z-index:3; left: 1px; top: 81px;">
<ul>
<li><a href="/index.php" target="_self">Home</a></li>
<li><a href="/forum/index.php" target="_self">Forums</a></li>
<li><a href="http://www.x10hosting.com/index.php?rid=8461" target="_self">x10Hosting</a></li>
</ul>
</div>
<div id="Layer4" style="position:absolute; width:666px; height:773px; z-index:4; left: 187px; top: 194px;">
<div id="Layer4" style="position:absolute; width:666px; height:773px; z-index:4; left: 187px; top: 194px;">
<div align="left">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="<?php echo $_GET['w']; ?>" height="<?php echo $_GET['h']; ?>">
<param name="movie" value="/games/<?php echo $_GET['gameid']; ?>.swf">
<param name="quality" value="high">
<embed src="/games/<?php echo $_GET['gameid']; ?>.swf" width="<?php echo $_GET['w']; ?>" height="<?php echo $_GET['h']; ?>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
</div>
</div>
<div id="Layer6" style="position:absolute; width:468px; height:60px; z-index:6; left: 267px; top: 125px;">
<script type='text/javascript'>
<!--
//default banner house ad url
clicksor_default_url = '';
clicksor_layer_border_color = '#B4D0DC';
clicksor_layer_ad_bg = '#ECF8FF';
clicksor_layer_ad_link_color = '#0000CC';
clicksor_layer_ad_text_color = '#000000';
clicksor_text_link_bg = '';
clicksor_text_link_color = '#000FFF';
clicksor_enable_text_link = true;
//default pop-under house ad url
durl = '';
clicksor_enable_pop = true;
clicksor_frequencyCap = -1;
//-->
</script>
<script type='text/javascript' src='http://ads.clicksor.com/bannerad.php?pid=65940&sid=101550&adtype=2'></script>
<noscript>
<a href='http://www.clicksor.com'>internet marketing</a>
</noscript>
</div>
</body>
</html>
If you think you know prob then please contact me.
Last edited: