Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads

Need A Html Based Instructions Page For Zm


ForrestMarkX
 Share

Recommended Posts

Something similar to the present one like this

 

<html>

<head>

<title>ZM MOTD</title>

<style type="text/css">

body {

background:#1B0503;

margin-left:10px;

margin-top:10px;

text-align: center;

}

h {

font-family: Arial Black, Arial, Impact, serif;

}

#centering {

font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

color: #FFFFFF;

width: 80%;

background-color: #550000;

margin-left: auto;

margin-right: auto;

padding: 20px;

}

</style>

</head>

<body scroll='no'>

<div id='centering'>

<!-- motd goes here -->

<h2>Zombie Master</h2>

<h3>Beta 1.X.X</h3>

<h4>Make sure you bind all new keys in the keyboard config!</h4>

<p><b>ZM for noobs</b></p>

<p><i>As Zombie Master</i>: Click on the orbs, spawn zombies, kill humans.</p>

<p><i>As Human</i>: Get guns, check map objectives (F1), survive and complete objectives.</p>

<p>www.zombiemaster.org</p>

 

</div>

</body>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share