Spawn_of_Chaos97
Trainz for Everyone!
He responded man...
And I'm just about to start jumping around knowing that I actually HELPED! lol...
And I'm just about to start jumping around knowing that I actually HELPED! lol...
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
He responded man...
And I'm just about to start jumping around knowing that I actually HELPED! lol...
Hey guys
AussieNightcrawler has spent a lot of his personal time helping you out and he's a good man for it but really you should only go to the well so to speak only when you've exhausted your own resources. It's not like he has nothing better to do than constantly do your work for you. Have a little respect for him and all the hours he's put in trying to help you.
Cheers
AJ
I have done my research, and I have thanked him (and SpawnofChaos).
I've built some of my own HTML to try and bring the logo back up, but itjust keeps breaking the page, which is driving me nuts. I'm stumped as to why the mouse over images no longer auto load with page load. The code is there!![]()
<html>
<head>
<LINK REL="SHORTCUT ICON" HREF="http://www.freewebs.com/urbantrainz/favicon.ico">
<title>UrbanTrainz - Main page</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
image1 = new Image();
image1.src = "http://www.freewebs.com/urbantrainz/home2.png";
image2 = new Image();
image2.src = "http://www.freewebs.com/urbantrainz/projects2.png";'
image3 = new Image();
image3.src = "http://www.freewebs.com/urbantrainz/downloads2.png";
image4 = new Image();
image4.src = "http://www.freewebs.com/urbantrainz/forum2.png";
image5 = new Image();
image5.src = "http://www.freewebs.com/urbantrainz/chat2.png";
// End -->
</script>
<style type="text/css"> body { background-color:#ffffff; background-image:url(http://www.freewebs.com/urbantrainz/header.png); background-repeat: repeat-x; } div.nav-links a {
float: left; text-decoration: none; }
a.nav-home {
background-image: url('http://www.freewebs.com/urbantrainz/home1.png');
height: 52px;
width: 120px;
display: linear;
border: 0px;
}
a.nav-home:hover {
background-image: url('http://www.freewebs.com/urbantrainz/home2.png');
display: linear;
}
a.nav-projects {
background-image: url('http://www.freewebs.com/urbantrainz/projects1.png');
height: 52px;
width: 193px;
display: linear;
border: 0px;
}
a.nav-projects:hover {
background-image: url('http://www.freewebs.com/urbantrainz/projects2.png');
display: linear;
}
a.nav-downloads {
background-image: url('http://www.freewebs.com/urbantrainz/downloads1.png');
height: 52px;
width: 235px;
display: linear;
border: 0px;
}
a.nav-downloads:hover {
background-image: url('http://www.freewebs.com/urbantrainz/downloads2.png');
display: linear;
}
a.nav-forum {
background-image: url('http://www.freewebs.com/urbantrainz/forum1.png');
height: 52px;
width: 139px;
display: linear;
border: 0px;
}
a.nav-forum:hover {
background-image: url('http://www.freewebs.com/urbantrainz/forum2.png');
display: linear;
}
a.nav-chat {
background-image: url('http://www.freewebs.com/urbantrainz/chat1.png');
height: 52px;
width: 101px;
display: linear;
border: 0px;
}
a.nav-chat:hover {
background-image: url('http://www.freewebs.com/urbantrainz/chat2.png');
display: linear;
}
</style>
</head>
<body>
<font face="Verdana">
<div class="nav-links">
<a class="nav-home" href="http://www.freewebs.com/urbantrainz/home.html"> </a>
<a class="nav-projects" href="http://www.freewebs.com/urbantrainz/projects.html"> </a>
<a class="nav-downloads" href="http://www.freewebs.com/urbantrainz/downloads.html"> </a>
<a class="nav-forum" href="http://www.freewebs.com/urbantrainz/404notfound.html"> </a>
<a class="nav-chat" href="http://www.freewebs.com/urbantrainz/404notfound.html"> </a>
</div>
<br><br><br>
<div align=center>
<form method="get" action="http://www.google.com/search">
<table width="65%" border="0" cellpadding="0" align="right">
<tr>
<td><div align="left"><img src="http://www.freewebs.com/urbantrainz/logoonly.png"></div></td>
<td><div align="right"><input type="text" name="q" size="30" maxlength="255" value="" />
<input type="submit" value="Google Search" /></div></td>
</tr>
</table>
</form>
</div>
<br style="clear: left;" />
<br><br>
Sorry, this page is unavailable at the current time.<br><br>Reason: "maintenance"
<!-- Freewebs Sticker -->
<script language="JavaScript" src="http://images.freewebs.com/JS/Freebar/btn_angleblue.js">
</script>
</font>
</body>
</html>
As I said before, it needs tweaking, not sure if the Google search will work, suprising what you find by googling, I got the html from another site.Code:<html> <head> <LINK REL="SHORTCUT ICON" HREF="http://www.freewebs.com/urbantrainz/favicon.ico"> <title>UrbanTrainz - Main page</title> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin image1 = new Image(); image1.src = "http://www.freewebs.com/urbantrainz/home2.png"; image2 = new Image(); image2.src = "http://www.freewebs.com/urbantrainz/projects2.png";' image3 = new Image(); image3.src = "http://www.freewebs.com/urbantrainz/downloads2.png"; image4 = new Image(); image4.src = "http://www.freewebs.com/urbantrainz/forum2.png"; image5 = new Image(); image5.src = "http://www.freewebs.com/urbantrainz/chat2.png"; // End --> </script> <style type="text/css"> body { background-color:#ffffff; background-image:url(http://www.freewebs.com/urbantrainz/header.png); background-repeat: repeat-x; } div.nav-links a { float: left; text-decoration: none; } a.nav-home { background-image: url('http://www.freewebs.com/urbantrainz/home1.png'); height: 52px; width: 120px; display: linear; border: 0px; } a.nav-home:hover { background-image: url('http://www.freewebs.com/urbantrainz/home2.png'); display: linear; } a.nav-projects { background-image: url('http://www.freewebs.com/urbantrainz/projects1.png'); height: 52px; width: 193px; display: linear; border: 0px; } a.nav-projects:hover { background-image: url('http://www.freewebs.com/urbantrainz/projects2.png'); display: linear; } a.nav-downloads { background-image: url('http://www.freewebs.com/urbantrainz/downloads1.png'); height: 52px; width: 235px; display: linear; border: 0px; } a.nav-downloads:hover { background-image: url('http://www.freewebs.com/urbantrainz/downloads2.png'); display: linear; } a.nav-forum { background-image: url('http://www.freewebs.com/urbantrainz/forum1.png'); height: 52px; width: 139px; display: linear; border: 0px; } a.nav-forum:hover { background-image: url('http://www.freewebs.com/urbantrainz/forum2.png'); display: linear; } a.nav-chat { background-image: url('http://www.freewebs.com/urbantrainz/chat1.png'); height: 52px; width: 101px; display: linear; border: 0px; } a.nav-chat:hover { background-image: url('http://www.freewebs.com/urbantrainz/chat2.png'); display: linear; } </style> </head> <body> <font face="Verdana"> <div class="nav-links"> <a class="nav-home" href="http://www.freewebs.com/urbantrainz/home.html"> </a> <a class="nav-projects" href="http://www.freewebs.com/urbantrainz/projects.html"> </a> <a class="nav-downloads" href="http://www.freewebs.com/urbantrainz/downloads.html"> </a> <a class="nav-forum" href="http://www.freewebs.com/urbantrainz/404notfound.html"> </a> <a class="nav-chat" href="http://www.freewebs.com/urbantrainz/404notfound.html"> </a> </div> <br><br><br> <div align=center> <form method="get" action="http://www.google.com/search"> <table width="65%" border="0" cellpadding="0" align="right"> <tr> <td><div align="left"><img src="http://www.freewebs.com/urbantrainz/logoonly.png"></div></td> <td><div align="right"><input type="text" name="q" size="30" maxlength="255" value="" /> <input type="submit" value="Google Search" /></div></td> </tr> </table> </form> </div> <br style="clear: left;" /> <br><br> Sorry, this page is unavailable at the current time.<br><br>Reason: "maintenance" <!-- Freewebs Sticker --> <script language="JavaScript" src="http://images.freewebs.com/JS/Freebar/btn_angleblue.js"> </script> </font> </body> </html>
As for the freewebs image, don't know as it does not actually show up, even on your uploaded version that I checked to make sure.
As for the preload images, as I said before, sometimes they work and sometimes not, depending on what browser your using.
To get it any better would require more time, then what I just did in about 15 - 20 minutes.
Now, back to the wagon I was looking at to get it to work correctly...