
Here's the code if you're interested. You of course will have to use a text editor like notepad and save two files in the same directory (one called index.html and one called menu.html) Just copy the code from the section listed below and save it as the html it's labeled as above it.
index.html
Code: Select all
<HTML>
<HEAD>
<TITLE>MTM2</TITLE>
</HEAD>
<FRAMESET>
<FRAMESET>
<FRAME>
<FRAME>
</FRAMESET>
<FRAME>
</FRAMESET>
</HTML>
Code: Select all
<HTML>
<BODY>
<br><br>
<ul>
<li><a href="http://www.mtm2.com/" target="MENUITEM">MTM2.com</a></li>
<li><a href="http://www.mtm2online.com" target="MENUITEM">MTM2Online</a></li>
<li><a href="http://forum.mtm2.com" target="MENUITEM">Forums</a></li>
<li><a href="http://www.mtm2tournaments.com/" target="MENUITEM">Races</a></li>
<li><a href="http://mtm2online.com/rumbles/2009/december09rumbles.shtml" target="MENUITEM">Rumbles</a></li>
<li><a href="http://www.mtm2.com/~tracks/" target="_new">Tracks</a></li>
<li><a href="http://www.mtm2.com/~trucks/" target="_new">Trucks</a></li>
<li><a href="http://mtm2.com/~tracks/settings.cgi" target="_new">Settings</a></li>
</ul>
</HTML>

