On both the first page and the second? Only the second page changed.
Tlaero
Everything should be relationally mapped from the start.htm, so functionality should be identical on a website vs dowload. Speed will be a little different and bandwidth / server bandwidth. When the site is installed on the server, the folder tree needs to be maintained and it should be fine.simarimas wrote:Would have to do anything different in order for the game to be loaded and played via a website?
<!DOCTYPE html>
<html>
<head>
<title>ADV_CRE_TITLE</title>
<script type="text/javascript" src="_functions.js"></script>
<script type="text/javascript" src="_game.js"></script>
<script type="text/javascript">PickSizeCss();/*_size.css*/</script>
<link href="_style.css" rel="stylesheet" type="text/css" />
ADV_CRE_ANIMATE
ADV_CRE_PRELOAD
ADV_CRE_HEAD_BYPASS</head>
<body onload="disallowNav()">
<script type="text/javascript">showTopScore();</script>
<div class="center">
ADV_CRE_SOUND
<p><script type="text/javascript">imgLeft();</script>
ADV_CRE_IMAGE
<script type="text/javascript">imgRight();</script>
<map name="Map" id="Map">
ADV_CRE_AREAS
</map></p>
<p id="toptext">ADV_CRE_TOPTEXT</p>
<table ADV_CRE_BORDER>
<tr>
ADV_CRE_TABLE
</tr>
</table>
</div>
<script type="text/javascript">showScore();debug();</script>
ADV_CRE_BODY_BYPASS</body>
</html>
body
{
background-color: #000000;
}
img
{
border: 0;
}
img.size2
{
border: 0;
}
p
{
color: #ffffff;
font-weight: bold;
font-size: medium;
}
a
{
color: #ffff00;
text-decoration: none;
}
table
{
font-family:Arial, sans-serif;
font-weight: bold;
font-size: medium;
position: relative; /*comment out these two lines to lower... */
top: -140px; /*... the table below the image */
margin-left:auto;
margin-right:auto;
}
table a
{
font-family:Arial, sans-serif;
text-shadow: 2px 2px 2px #000;
font-weight: bold;
font-size: medium;
color: #ffff00;
text-decoration: none;
}
td
{
text-align: center;
}
.center
{
text-align: center;
}
.border
{
border: 0px solid #000000;
}
.debug
{
margin-left:4px;
margin-right:0px;
color: #FFFFFF;
font-weight:normal;
font-size: medium;
text-align: left;
}
.debug a
{
color: #FFFF00;
text-decoration: none;
}
img#image
{
z-index: -1; /* allows text to appear in picture */
}
p#toptext
{
position: relative; /* comment out these two lines to lower... */
top: -140px; /* ... the text below the image */
font-family:Arial, sans-serif;
color: white;
text-shadow: 2px 2px 2px #000;
text-decoration: none
}
Return to The workshop of creators
Users browsing this forum: No registered users and 6 guests