SRCDS Steam group


MOTD Help
#1
When ever i put in the last part of my html code the motd goes blank the rest works without it

here it is:
Code:
<table width="100%">
<tr>
<td width="15%"></td>
<td>
<ul>
<li>wcshelp - shows commands for in game
<li>raceinfo - gives info for your race
<li>changerace - change races
<li>playerinfo - select a player and see what race they are and level
<li>showxp - show how much xp you need to level
<li>spendskills - spend skills you didn't have time to spend
<li>resetskills - reset all you skills to respend
<li>wcsadmin - admins type this
<li>showtop10 - shows top10 people by level
<li>shopinfo - gives you info on items in shopmeni
<li>shopmenu - opens a shopmenu where you but items
</td>
<td width="15%"></td>
</tr></table>
<hr size="1" width="60%">
<center>× <a href=#server>Server Rules</a> × <a href=#admin>Admins</a> × <a href=#commands>Wcs Commands</a> × <a href=#bind>Binding A Key</a> ×
<br>
<hr size="1" width="60%">
</body>
</html>


can my file be to long or to big? i dont see no errors in my html
Reply
#2
Opening html and body tags might help.
[Image: sig_spam.JPG]
Reply
#3
You haven't closed many tags, like this:
Code:
<li>List item

You must end every tag, like this:
Code:
<li>List item</li>

Try to close all tags and make opening tags for body and html:
Code:
<body><html>

Hope that helps.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)