-- [ Picked text/plain from multipart/alternative ] Copy and past this into a motd.txt file and use it to redirect to a motd HTML on your website.
<HTML> <frameset cols="*" framespacing="0" frameborder="no" border="0"> <frame src="YOURHTTPMOTD.HTMLHERE" name="frame_main" /> </frameset> </HTML> :) -------Original Message------- From: Abrachius Doo Date: 04/10/06 09:23:01 To: [email protected] Subject: [hlds] CS1.6 Server motd.txt Hi folks, its been propably about over half a year now that i am facing the most vicious enemy of a server admin: the motd.txt file and its weird html compatibility! I am so sick of freakin working on the html code that words propably cant express. I tried simply to put up a little page setting, with some nice little links that all the needed information could be accessed through this nice motd.txt file when joining a server. I originaly started with just a link in a frame surrounding, that refered to a html website, which was shown almost correctly. The most annoying thing about this motd.txt is propably that the in game vgui scrollbars dont work correct. So I had to put up some really ugly IE scrollbars to the website in the motd.txt. After being sick of these bars I tried out different and made up a frameset, since iframes are not supported this was the next step backwards. But these frickin framesets mess up all of it in the ingame browser. I dont know really why, but i add a line and suddenly everythings gone, i add some arguments and definitions and everything is messed up and shows up where its not suppossed to show up and all kinds of weird things.... I am not a html-pro but all I want is these nice vgui ingame scrollbars work correct, and the cursor shows up correct when hovering over a hyperlink... Can someone help me with that ? Heres the last code I gave up on working at it, I tried out with framespacing, frameborders etc. maybe I am already blind to the mistake: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <title>Cstrike MOTD</title> <style type="text/css"> pre { font-family:Verdana,Tahoma; color:#FFFFFF; font-size:13px } body { background:#000000; margin-left:8px; margin-top:0px; } a { text-decoration: underline; } a:link { color: #FFFFFF; } a:visited { color: #FFFFFF; } a:active { color: #FFFFFF; } a:hover { color: #FF0000; text-decoration: underline; } </style> </head> <frameset rows="320,*"> <frame src="http://www.blablabla/top.html" name="top_frame" scrolling="no"> <frame src="http://www.blablabla/welcome.html" name="lower_frame" scrolling= no"> </frameset> </body> </html> thx.. _______________________________________________________________ SMS schreiben mit WEB.DE FreeMail - einfach, schnell und kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192 _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

