06-20-2006, 04:03 PM
I need help with setting up my own graphic that is displayed when people enter my server.... I want it to show a website, anyone know the HTML coding that I would need for that?
MODT Help
|
06-20-2006, 04:03 PM
I need help with setting up my own graphic that is displayed when people enter my server.... I want it to show a website, anyone know the HTML coding that I would need for that?
You dont know HTML at all? If you dont, go to this page
http://www.w3schools.com/html/html_examples.asp It shows you examples, click one, it takes u to a lil html editor and shows u the selected example. Erase that and fill it with your own and its a great way to learn.I knew ABSOLUTELY no html, not one bit, and used this to learn.
06-21-2006, 03:51 AM
Code: <html>
06-21-2006, 04:18 AM
<body background="http://xs100.xs.to/xs100/06194/newmotd1.jpg">
Thats for makin a pic off the web into the BG, you can use any pic just change the address.
06-21-2006, 09:06 AM
What was the HTML that was in the motd document before I erased it all to put my own content in it? Rephrased "Can someone give me a copy of the original motd.txt document"
06-21-2006, 09:47 AM
<!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; } body { 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: #FFFFFF; text-decoration: underline; } </style> </head> <body scroll="no"> <pre> </pre> </body> </html> That is a blank white page. Add text and it'll be black by default.
06-21-2006, 02:19 PM
I tried to change all the FFFFFF's to 000000"s to make the background black but when I check it on my server, IT IS STILL WHITE! I don't get it, I've changed the color of the text to orange successfully but I don't understand why the background color won't change!!! Please help!
06-21-2006, 04:23 PM
use this:
<body scroll="no" bgcolor="000000">
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114
06-21-2006, 04:40 PM
Thanx for postin that dro. Still not the best wit html.
06-22-2006, 03:52 AM
hexitnow Wrote:Thanx for postin that dro. Still not the best wit html. no problem. guess being a webhoster is handy everywhere
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114
Yeah, I beleive that too . Anyway, I saw you (Phoenix) posted this:
Quote:<html> That will not work, you'll have to get the image (777.bmp) hosted somewhere and then provide the link to it instead of just 777.bmp. You can get the image hosted at alot of places like imageshack (look up on google).
06-29-2006, 01:21 PM
I do this: <iframe src="url to webpage" height="100%" width ="100%"style="border: 0"></iframe>
06-29-2006, 01:22 PM
Oh, graphic..oops. I use a webpage.
06-29-2006, 07:22 PM
You can also put a graphic on the frame page
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114 |
« Next Oldest | Next Newest »
|