Need HTML help

Status
Not open for further replies.

dustin_ds3000

Posts: 918   +49
im changing the MOTD of a HL2DM server and its all HTML coding and this is what i have so far

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>HL2MP MOTD</title>
<style type="text/css">
pre {
font-family:Verdana,Tahoma;
color:#FFB000;
}
body {
background:#000000;
margin-left:8px;
margin-top:0px;
}
a {
text-decoration: underline;
}
a:link {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a:active {
color: #ffffff;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}
</style>
</head>
<body scroll="no">
<pre>
<img src="http://i268.photobucket.com/albums/jj10/dustin_ds3000/heroes-cast-3.jpg" align="left/right/center">

</style>
</head>
<body scroll="no">
<pre>
1. Respect all ADMINs and ÇôK members.

2. unnamed are not allowed on this server so please get a name that fits you.

3. Do not impersonate an ADMIN or other members of the clan.

4. Do not reverse spawn kill or spawn kill, you may reverse spawn kill ONLY if someone is campping you.

5. Any attempts to manipulate the game world or use external programs to gain an unfair advantage will result in
immediate and permanent ban.

6. NO OFFENSIVE PLAYER NAMES. If you are caught using an offensive name on the server you will be asked to change it.
If you fail to change it in a timely manner, you will be banned

7. no speed/super orbs.

8. do not kill people that are in noclip(flying)

9. The Admin reserve the right to kick/ban any player for any reason, Deal with it.

10. HAVE FUN
</pre>
</body>
</html>

the picture shows up but none of the text does
 
the picture shows up but none of the text does
Code:
[B]<html>
<head>
<title>HL2MP MOTD</title>
<style type="text/css">[/b]
...[snip]
</style>
[B]</head>
<body scroll="no">[/B]
<pre>
<img src="http://i268.photobucket.com/albums/jj10/dustin_ds3000/heroes-cast-3.jpg" align="left/right/center">

[COLOR="Red"]</style>
</head>
<body scroll="no">[/COLOR]
<pre>
1. Respect all ADMINs and ÇôK members....[snip]
10. HAVE FUN
</pre>
</body>
</html>

also suggest you NOT use the < pre > tag and opt for a UL, LI structure
 
Status
Not open for further replies.
Back