MOTD HELP PLEASE!!!

Post Reply
Oe HeAvEn
New to forums
New to forums
Posts: 7
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Oct 06, 2005 3:27 am

MOTD HELP PLEASE!!!

Post by Oe HeAvEn »

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!!
Image
User avatar
Wolverine
A semi-regular
A semi-regular
Posts: 21
Joined: Sat Sep 17, 2005 2:30 pm
Location: Guelph, Ontario Canada
Contact:

Post by Wolverine »

Code: Select all

<center>
<img src="yourhostedpicturehere.jpg" width="755" height="375"</img>
</center>
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

Actually, to set put a picture in your motd its:

Code: Select all

<img src="http://path.to.your/picture.jpg">
but to put it as your background, its:

Code: Select all

<body background="http://path.to.your/picture.jpg">
your content
</body>
(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.)
User avatar
Wolverine
A semi-regular
A semi-regular
Posts: 21
Joined: Sat Sep 17, 2005 2:30 pm
Location: Guelph, Ontario Canada
Contact:

Post by Wolverine »

hmm learn someting new every day :)
Oe HeAvEn
New to forums
New to forums
Posts: 7
Joined: Thu Oct 06, 2005 3:27 am

Thanks

Post by Oe HeAvEn »

Thanks for the support Wolverine and Booya!
Image
Post Reply