HTML help please
#1
Thread Starter
Co-Founder/Administrator
iTrader: (1)
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
HTML help please
My friend Andy found some cool free server monitoring apps for the gaming server he and I run.
I have a few simple ones now, but I will replace them with these.
These have ads in them unless you pay $65 a year to get rid of the built in ads, and we are not going to do that.
You also get a few more perks for being a paid user, but not worth it.
Anyway, the problem I am having is I tested the code out in MS Front Page to center them side by side, but they will only work with one on top and the other one below.
It must be something in the code.
Here is the raw code I am using, plus the paragraph breaks from Front Page and all:
On Andy's forum I have 3 templates much like we do here at YotaTech.
I have a green one, a red one, and one for just testing out code first before putting it on the main two templates for viewers.
You can see how the server apps are on top of each other and not side by side.
Can someone come up with a solution for this?
You have to pick the "Testing code only" template from the drop down list in the lower left corner at http://www.allprogamer.com/upload/index.php?
Thanks,
I have a few simple ones now, but I will replace them with these.
These have ads in them unless you pay $65 a year to get rid of the built in ads, and we are not going to do that.
You also get a few more perks for being a paid user, but not worth it.
Anyway, the problem I am having is I tested the code out in MS Front Page to center them side by side, but they will only work with one on top and the other one below.
It must be something in the code.
Here is the raw code I am using, plus the paragraph breaks from Front Page and all:
<p align="center"><TABLE align="center" cellpadding="10">
<TR><TD valign="top">
<!-- Server Monitor (The main monitor) | START ------------------------------->
<!-- NOTE:
This first segment of code is only for the server monitor itself.
If you want to include the server usage graphs, then scroll down to
the marked code.
-->
<SCRIPT LANGUAGE="JavaScript"
SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113706">
</SCRIPT>
<!-- SERVERSPY GAME CODE END --> <TABLE align="center" cellpadding="10">
<TR><TD valign="top">
<!-- Server Monitor (The main monitor) | START ------------------------------->
<!-- NOTE:
This first segment of code is only for the server monitor itself.
If you want to include the server usage graphs, then scroll down to
the marked code.
-->
<SCRIPT LANGUAGE="JavaScript"
SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113704">
</SCRIPT>
<!-- SERVERSPY GAME CODE END --></p>
<TR><TD valign="top">
<!-- Server Monitor (The main monitor) | START ------------------------------->
<!-- NOTE:
This first segment of code is only for the server monitor itself.
If you want to include the server usage graphs, then scroll down to
the marked code.
-->
<SCRIPT LANGUAGE="JavaScript"
SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113706">
</SCRIPT>
<!-- SERVERSPY GAME CODE END --> <TABLE align="center" cellpadding="10">
<TR><TD valign="top">
<!-- Server Monitor (The main monitor) | START ------------------------------->
<!-- NOTE:
This first segment of code is only for the server monitor itself.
If you want to include the server usage graphs, then scroll down to
the marked code.
-->
<SCRIPT LANGUAGE="JavaScript"
SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113704">
</SCRIPT>
<!-- SERVERSPY GAME CODE END --></p>
I have a green one, a red one, and one for just testing out code first before putting it on the main two templates for viewers.
You can see how the server apps are on top of each other and not side by side.
Can someone come up with a solution for this?
You have to pick the "Testing code only" template from the drop down list in the lower left corner at http://www.allprogamer.com/upload/index.php?
Thanks,
#2
Here ya go.
Code:
<p align="center"><TABLE align="top" cellpadding="10"> <TR><TD valign="top"> <!-- Server Monitor (The main monitor) | START -------------------------------> <SCRIPT LANGUAGE="JavaScript" SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113706"> </SCRIPT> <!-- SERVERSPY GAME CODE END --> </td> <td> <!-- Server Monitor (The main monitor) | START -------------------------------> <SCRIPT LANGUAGE="JavaScript" SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113704"> </SCRIPT> <!-- SERVERSPY GAME CODE END --></p>;</td> </tr> </table>
Last edited by Cebby; Nov 17, 2005 at 07:26 AM.
#3
Originally Posted by Cebby
Here ya go.
Code:
<p align="center"><TABLE align="top" cellpadding="10"> <TR><TD valign="top"> <!-- Server Monitor (The main monitor) | START -------------------------------> <SCRIPT LANGUAGE="JavaScript" SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113706"> </SCRIPT> <!-- SERVERSPY GAME CODE END --> </td> <td> <!-- Server Monitor (The main monitor) | START -------------------------------> <SCRIPT LANGUAGE="JavaScript" SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113704"> </SCRIPT> <!-- SERVERSPY GAME CODE END --></p>;</td> </tr> </table>
Last edited by 4Hummer; Nov 17, 2005 at 07:32 AM.
#4
Thread Starter
Co-Founder/Administrator
iTrader: (1)
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
OK, it is partly working, but now I have this symbol showing up after the apps:
;
Also is there a way to make the 2nd app for UT be at the top and centered like the one for Counter Strike Source?
You can see now how it looks off by it not being aligned like the 1st app.
PS, I got rid of the ; symbol.
It was in your code Mike here between </p>;</td>
<!-- SERVERSPY GAME CODE END --></p>;</td>
;
Also is there a way to make the 2nd app for UT be at the top and centered like the one for Counter Strike Source?
You can see now how it looks off by it not being aligned like the 1st app.
PS, I got rid of the ; symbol.
It was in your code Mike here between </p>;</td>
<!-- SERVERSPY GAME CODE END --></p>;</td>
#6
Is this what you are looking for?
There are only two scripts thre and they are unequal lengths (space-wise).
There are only two scripts thre and they are unequal lengths (space-wise).
Code:
<p align="center"><TABLE align="top" cellpadding="10"> <TR><TD valign="top"> <!-- Server Monitor (The main monitor) | START -------------------------------> <SCRIPT LANGUAGE="JavaScript" SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113706"> </SCRIPT> <!-- SERVERSPY GAME CODE END --> </td> <TD valign="top"> <!-- Server Monitor (The main monitor) | START -------------------------------> <SCRIPT LANGUAGE="JavaScript" SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=113704"> </SCRIPT> <!-- SERVERSPY GAME CODE END --></p></td> </tr> </table>
Trending Topics
#8
#10
Thread Starter
Co-Founder/Administrator
iTrader: (1)
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
Duuuuude 
It works Mike!
Somehow the code from the test page is a little different from the quote in the thread here, and it works.
Check it out on Andy's forum.
The forum loads a tad slowr, but it is having to pull that infom from the server-spy application site.
We can live with that.
I am aslo going to update the server monitor page with these apps too, they are better than what I am running there now.
http://www.allprogamer.com/monitor.html
Thank you very much Mike for the help on this.
It is very much appreciated.

It works Mike!
Somehow the code from the test page is a little different from the quote in the thread here, and it works.
Check it out on Andy's forum.
The forum loads a tad slowr, but it is having to pull that infom from the server-spy application site.
We can live with that.
I am aslo going to update the server monitor page with these apps too, they are better than what I am running there now.
http://www.allprogamer.com/monitor.html
Thank you very much Mike for the help on this.
It is very much appreciated.
#13
Thread Starter
Co-Founder/Administrator
iTrader: (1)
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
I do not use the Fox, so no worries.
Honestly I do not like Fire Fox, I stick with IE for everything.
Yeah, a lot of stuff is just not compatible between the two of them.
Thanks again for the help on this Mike.
Now to upgrade that monitor page...
Honestly I do not like Fire Fox, I stick with IE for everything.
Yeah, a lot of stuff is just not compatible between the two of them.
Thanks again for the help on this Mike.
Now to upgrade that monitor page...
Thread
Thread Starter
Forum
Replies
Last Post
kawazx636
The Classifieds GraveYard
34
Oct 6, 2021 03:03 PM
FS[International]: 4runner rear bumper plastic pieces
crashburnoveride
Misc Stuff (Vehicle Related)
3
May 28, 2016 09:08 AM
live4soccer7
84-85 Trucks & 4Runners
3
May 11, 2016 06:52 PM
SpookyMulder
86-95 Trucks & 4Runners
10
Nov 4, 2015 11:56 AM



