11-01-2006, 05:56 AM
I made a simple MOTD for my server, and I am hosting it on my web server.
http://mzracer360.game-host.org:8080/srcds/motd/motd.html
I am trying to get it to show, But I've been unsuccessful at it.
I first tried an iframe, which displayed the MOTD, but even set at 100% it didnt fill the entire area.
Right now I am using a frameset but it doesnt show the page, i just get a white screen.
Are there any other options to display my webpage MOTD, or am I doing something wrong?
thanks,
mzracer360
http://mzracer360.game-host.org:8080/srcds/motd/motd.html
I am trying to get it to show, But I've been unsuccessful at it.
I first tried an iframe, which displayed the MOTD, but even set at 100% it didnt fill the entire area.
Code:
<iframe src="http://mzracer360.game-host.org:8080/srcds/motd/motd.html" width="100%" frameborder="0" scrolling="yes"></iframe>
Code:
<frameset rows="100%" frameborder="NO" border="0" framespacing="0">
<frame name="main_frame" src="http://mzracer360.game-host.org:8080/srcds/motd/motd.html">
</frameset>
thanks,
mzracer360
mzracer360.game-host.org:27015