Right, but about doing it JUST in html I just tried and it doesn't work. Look at my new code here:
<p><a href="http://www.wizardduels.com/index.php?user=".$user."&pass=".$pass." onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Home','','home2.gif',1)"><img name="Home" border="0" src="home1.gif" width="75" height="25"></a>
<a href="http://www.wizardduels.com/news.php?user=".$user."&pass=".$pass." onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('News','','news2.gif',1)"><img name="News" border="0" src="news1.gif" width="75" height="25"></a>
<a href="http://www.wizardduels.com/forums" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Forums','','forums2.gif',1)"><img name="Forums" border="0" src="forums1.gif" width="75" height="25"></a>
<a href="http://www.wizardduels.com/stores.php?user=".$user."&pass=".$pass." onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Stores','','stores2.gif',1)"><img name="Stores" border="0" src="stores1.gif" width="75" height="25"></a>
<a href="http://www.wizardduels.com/games.php?user=".$user."&pass=".$pass." onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Games','','games2.gif',1)"><img name="Games" border="0" src="games1.gif" width="75" height="25"></a>
<a href="http://www.wizardduels.com/schools.php?user=".$user."&pass=".$pass." onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Schools','','schools2.gif',1)"><img name="Schools" border="0" src="schools1.gif" width="75" height="25"></a>
<a href="http://www.wizardduels.com/dueling.php?user=".$user."&pass=".$pass." onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Dueling','','dueling2.gif',1)"><img name="Dueling" border="0" src="dueling1.gif" width="75" height="25"></a>
<a href="http://www.wizardduels.com/contact.php?user=".$user."&pass=".$pass." onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contact','','/contact2.gif',1)"><img name="Contact" border="0" src="contact1.gif" width="75" height="25"></a></p>
<p><a href="http://www.wizardduels.com/join.php?user=".$user."&pass=".$pass." onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Join','','join2.gif',1)"><img name="Join" border="0" src="join1.gif" width="75" height="25"></a>
<a href="http://www.wizardduels.com/login.php?user=".$user."&pass=".$pass." onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Login','','login2.gif',1)"><img name="Login" border="0" src="login1.gif" width="75" height="25"></a></p>
<br>
<br>
<a href="http://www.e-bannerx.com/cgi-bin/affiliates/clickthru.cgi?id=wizardduels">
<img src="http://www.e-bannerx.com/images/aff/banners/ebannerx-elvis2.gif" border=0></a>
This should have worked but when you click a link it just says user= in the url, and yes I have a login script that works..