MOTD HELP PLEASE!!!
-
- New to forums
- Posts: 7
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Oct 06, 2005 3:27 am
MOTD HELP PLEASE!!!
Hey can someone please help me find out how to setup the motd so that my own background image will be displayed instead of the black background when people connect to the server. I know its an html command but im having trouble ive went to several html sites and no commands seem to work. Could anyone send me the html format/code plz? Thanks!!

- Wolverine
- A semi-regular
- Posts: 21
- Joined: Sat Sep 17, 2005 2:30 pm
- Location: Guelph, Ontario Canada
- Contact:
Code: Select all
<center>
<img src="yourhostedpicturehere.jpg" width="755" height="375"</img>
</center>
Actually, to set put a picture in your motd its:
but to put it as your background, its:(note: this will fill the background. If the image is too small to fill the background, it will tile the picture to fill the whole background.)
Code: Select all
<img src="http://path.to.your/picture.jpg">
Code: Select all
<body background="http://path.to.your/picture.jpg">
your content
</body>