Motd.txt help!

Post Reply
User avatar
pkiller
New to forums
New to forums
Posts: 8
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Mar 10, 2004 8:05 pm
Location: Claremont CA
Contact:

Motd.txt help!

Post by pkiller »

i would like to set up a link on my Motd.txt

can sameone help me with the code :?: :!:
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

we have been working on a FAQ for you guys, heres some of the questions answered for you guys, by andrew
Q: How do I add a picture in the motd?
A: First, you'll need to host the picture. You can do so on your free webspace that we offer you. Then, you'll need to add this line in the motd.txt which is located in your control panel. The line you will add in the motd.txt would be this: <img src="name">. In the quotes you'll put the link where the picture is located.

Example:<img src="http://phatty.nuclearfallout.net/Others/omikron.jpg">
You can also edit the width and heighth of the picture.

<img src="http://phatty.nuclearfallout.net/Others/omikron.jpg" width=? heighth=?>


Q: How do I add a background color in the motd?
A:<body bgcolor=?> You'll need to know which color is which #.
here are some basic colors:
Black = #00000
White = #FFFFFF
Yellow = #FFFF66
purple = #FF00FF
green = #669933

Now this is what it would look like if I wanted my background color to be black: <body bgcolor="#00000">



Q: How do I make the text italic, or bold?
A: To make it bold, simply add this infront of the word<b>and this
after it.</b>

Example: Nuclearfallout is the word I want to bold.

<b>NuclearFallout</b>

Now if I want to make it italic, it would look like this:

<i>NuclearFallout</i>
(You can also do it both)


Q: How do I change the size of the text in the motd?
A: Add this line: <font size=?></font>
Also, It's only from 1-7.


Q: How do I change the font color?
A: <font color=?>

You'll need to know the color's #. I have provided some above.


Q: How do I add a link to my clan's website!
A: <a href="URL"> Just put what you want where it says URL.


Q: I want to change the color of the link! how can I do that?
A:<body alink=?> once again, you'll need the color's #.



Q: How can I change the font ?
A: This would be the line to add in the motd:
<face =?>

Example: <face="Times New Roman">
For a sample motd and what it looks like, provided by booya

Code: Select all

<html> 

   <head> 
      <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 
      <title>Team Omikron</title> 
   </head> 

   <body bgcolor="#000000"> 
      <div align="center"> 
         <p><font color="#ffff00">Team Omikron</font></p> 
         <p><font color="#aeaeae">www.teamomikron.com</font></p> 
         <p><font color="#aeaeae">#team.omikron @ irc.GameSurge.net</font></p> 
         <p><font color="#aeaeae">Hosted by : NuclearFallout<br> 
               Visit <a href="http://rentals.nuclearfallout.net/rent.php?content=order&referrer=teamomikron">http://rentals.nuclearfallout.net</a> to get your own</font></p> 
         <p><font color="#aeaeae"><img src="http://omikron.nuclearfallout.net/images/omi.jpg" alt="" height="155" width="575" border="0"></font></p> 
      </div> 
   </body> 

</html>
to see what it looks like, go here: http://omikron.nuclearfallout.net/motd.html
-Nick
User avatar
pkiller
New to forums
New to forums
Posts: 8
Joined: Wed Mar 10, 2004 8:05 pm
Location: Claremont CA
Contact:

thank you

Post by pkiller »

MAN U ROCK THX ALOT!!!!! :D 8O
aBstracT
Staff
Staff
Posts: 233
Joined: Sun Jan 11, 2004 8:17 pm
Location: LA

Post by aBstracT »

:) ty
austin
New to forums
New to forums
Posts: 2
Joined: Thu Mar 25, 2004 4:22 pm
Location: nashville
Contact:

Post by austin »

the one thing i've been trying to figure out is...how do you know what size to make the image to fit in that stupid box?

running a 800x600 resolution what is the max image size for that box? i've asked at server.counter-strike.net and got no response.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

as you can see in booya's code

he has it set to height="155" width="575"

so I would say around there ;)

Play with it to get the desired effect.
-Nick
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

well that picture isnt exactly at the limits of the box, but its pretty close. i wouldnt go above about 600X400px
Post Reply