ULX

Author Topic: MOTD  (Read 2120 times)

0 Members and 2 Guests are viewing this topic.

Offline Shinigami

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
MOTD
« on: January 28, 2008, 09:24:47 PM »
If anyone has some advise, i am looking to make a red boarder and black inside with light grey lettering, i was wondering if this is possible and if someone could email me the code to shinigami@live.ca that would be greatly appreciated.


Shinigami  8)

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: MOTD
« Reply #1 on: January 28, 2008, 09:48:56 PM »
probably an offtopic.. but here you go.
Code: [Select]
<html>
<body bgcolor=#000000>
<div style="text-align: center;">
<div style="width: 80%; margin: 0px auto; border: 10px solid #FF0000; background-color: #000000; padding: 10px; font-size: 12px; font-family: Tahoma; margin-top: 30px; color: #818181; text-align: left;">
<div style="font-size: 30px; font-family: impact; width: 100%; margin-bottom: 5px;">My Server Name</div>
<br>
This Server uses the following mods:<br>
ULX, PropDefender, and VMFLoader.<br>
<br>
<h2>Rules</h2>
1. DON'T MESS WITH OTHER PLAYERS STUFF. If they want help, they'll ask!<br>
2. Don't spam.<br>
3. Have fun.<br>
<div style="width: 100%; text-align: center; margin: 10px; font-weight: bold;">- The Admins</div>
</div>
</div>

</body>
</html>

Offline Shinigami

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: MOTD
« Reply #2 on: January 29, 2008, 07:38:29 PM »
thank you.