NEWB HERE HELP!

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
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

NEWB HERE HELP!

Post by Oe HeAvEn »

Im really sorry about posting to many topics in the forums.. I dont mean to spam. Anyways still all i have is a white background? could u plz plz help me by putting in the code id need to use in motd format so all ill have to do is copy and paste cause im a newb with html. Here is what mine looks like now:

<html>
<head>
<title>
<body> background="http://www.mustangmods.com/data/18489/ms2.jpg">
</body>
</head>
</html>
Image
User avatar
Edge100x
Founder
Founder
Posts: 13112
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

The body needs to come after the head.

Code: Select all

<html>
<head><title>Our server</title></head>
<body background="http://www.mustangmods.com/data/18489/ms2.jpg">
</body>
</html>
You don't really need the <html></html> and head/title, as well (it will understand it either way).
Oe HeAvEn
New to forums
New to forums
Posts: 7
Joined: Thu Oct 06, 2005 3:27 am

Thanks

Post by Oe HeAvEn »

Thanks so much!! Your Awesome!!!
Image
Post Reply