Author Topic: Picture in the MOTD  (Read 2004 times)

0 Members and 2 Guests are viewing this topic.

Offline DarkLighte

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Picture in the MOTD
« on: December 21, 2007, 12:37:20 PM »
I have tried <img> commands and cannot get my picture to show up. It always has an img icon and the location of the picture beside it. Can any one help?

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Picture in the MOTD
« Reply #1 on: December 21, 2007, 12:42:42 PM »
it's html.. not bbcode.. so make sure you are NOT doing this..

Code: [Select]
<img>http://blahblahimage</img>
THIS will work..
Code: [Select]
<img src="http://blahblah.jpg">
Here is a copy of my Motd.. and it works fine for me on my servers.
Code: [Select]
<html>
<body bgcolor=#000000>
<div style="text-align: center;">
<div style="width: 600; margin: 0px auto; border: 10px solid #00FF00; background-color: #000000; padding: 10px; font-size: 12px; font-family: Tahoma; margin-top: 30px; color: #FFFFFF; text-align: left;">
<div style="font-size: 30px; font-family: impact; width: 100%; margin-bottom: 5px;"><img src="http://g4p.zakap.com/title.png"></div>
<br>
<div style="font-size: 18px; font-family: impact; width: 100%; margin-bottom: 5px;">http://www.gman4president.com</div>
We run the following modifications which need to be installed to work correctly:<br>
PHX Model Pack, WireMod<br>
Please do not ask how to install these mods, links and instructions are available on our website(coming soon)
<br>
<h2><font color="FF0000">Server Rules - MUST READ</font></h2><b>
   1.  It is not acceptable to attempt to crash the server in any way. This includes but is certainly NOT limited to spamming props, using values on tools that the server can not handle and using explosives in a strictly non constructive way.<br><br>
   2. It is not acceptable to be "Dead Weight". Especially during peak hours our server can fill up and cause people who want to play to have to wait until a spot is free. If you are going to take a spot on the server, you need to be using your time constructivly.<br>
   3. It is not acceptable to grief another player in any way. This includes but is not limited to: blocking their path with props, exploiting UClip, killing them with props and killing them with weapons... which brings us to our next rule.<br><br>
   4. It is not acceptable to have weapons. You do not spawn with weapons and there are no SWEPs available. This does not invite you to spawn your own from your duplicator files. Being caught with a weapon (using it or not) will result in a warning, kick, or a ban. DON'T DO IT.<br><br>
   5. It is not your job to go around and help people. If someone wishes for your help, they will ask for it. Otherwise leave other players alone.<br><br>
   6. Spawning explosives for the sake of watching them explode is forbidden. This INCLUDES the creation of fireworks.. Yes.. they look cool.. and yes everyone has seen them. They cause lag, and if you do it, you'll be removed.<br><br>
   7. You are allowed to be working on one project at a time. When you are done, please save it to your Advanced Duplicator if you wish, but remove it afterwards. Also, please remove all of your props before you exit the server.<br><br>
   8. It is not the job of our experienced members to teach you the game. Don't beg for Wire lessons or how to do this and that. There are tutorials out there, everyone starts somewhere.<br><br>
   9. Do not ask to become and admin. The answer is always NO. If you have been a part of the community for a good time and wish to apply to become a moderator, please feel free to do so.<br><br>
  10. You must leave the server if you plan on being away from your computer for a long period of time. 5 Minutes is not going to get you in trouble, but repeated AFK sessions will result in a deducation in your play time total.</b>


<div style="width: 100%; text-align: center; margin: 10px; font-weight: bold;"><font color="00FF00">- Admins: (Mr.President, Kim, RoaringCow)</font></div>
<div style="width: 100%; text-align: center; margin: 10px; font-weight: bold;"><font color="FF0000">- Moderators: (Modek, Inlight, t3k, B!G-A)</font></div>
</div>
</div>

</body>
</html>


which reminds me.. I need to update mine :D :D :D
« Last Edit: December 21, 2007, 12:45:29 PM by zakap »

Offline DarkLighte

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Picture in the MOTD
« Reply #2 on: December 21, 2007, 02:22:24 PM »
Wow thank you soo much fix it right up :D