Hey, So first tell you a little about what i'm trying to do, i'm trying to design a guild website for my world of warcraft guild hah. But i haven't used any html in awhile so i'm a bit rusty, and i can't figure out whats wrong with my code, i click preview or whatever and it takes me to my homepage but all i see is the actual code. I don't know what to do, heres the code. It's quite possibly some stupid little mistake, but like i said i haven't used html in quite some time. Any help would be appreciated.
Code:
<HTML>
<HEAD>
<TITLE>Rise Of Imperium</TITLE></HEAD><br>
<BODY bgcolor="black" text="66FF00" link="66FF00" alink="purple" vlink="green">
<br>
<p>
<center><h1><b><u>Rise Of Imperium</u></b></h1></center>
<p>
<table cols="2">
<tr>
<td valign="top" width="15%">
<center>
<img src="pics/menu.gif" alt="Menu" width="75" height="35"><br>
<a href="index.html">Home</a><br>
<a href="forum.html">Forum</a><br>
<a href="joinus.html">Join Us</a><br>
<a href="points.html">Points</a><br>
<a href="raids.html">Raids</a><br>
<a href="ss.html">ScreenShots</a><br>
<a href="downloads.html">Downloads</a><br>
<a href="contact.html">Contact Us</a><br>
<td valign="top" width="85%">
<font face="Wonton ICG">
<center>
<h2>Welcome to Rise Of Imperium</h2><br>
<p>
<a><h3>Hi and welcome to the Rise of Imperium Guild Website. If your interested in seeing how the guilds doing make sure you check out the News page. You can do so by clicking <a href="news.html">Here.</h3></a><br>
<br>
</center>
</font>
</td>
</tr>
</table>
</Body>
</Html>
|