i'm making a website, and i have a set of forums that are seperate from it. i want to have a custom login page, and i need a script that will do it from my website to my forums.
i found this code at an invisionfree site, but its not exactly what i need.
QUOTE
<form style='display:inline' action="http://invisionfree.com/forums/BoardName/index.php?act=Login&CODE=01&CookieDate=1" method="post">
<div align='right'><strong>Quick Log In</strong>
<input type="text" class="forminput" size="10" name="UserName" onfocus="this.value=''" value="User Name" />
<input type='password' class='forminput' size='10' name='PassWord' onfocus="this.value=''" value='ibfrules' />
<input type='submit' class='forminput' value='Go' />
</div>
</form><br />
i want a form that has imgs for buttons, specifically a rollover img, that when you click on it, it changes to another img, then you can type text over that img. as an example, for alot of online java rpgs, when you click login, it asks for username and pass. i want something sort of like that (since my site is rpg themed). any help?
Comment/Reply (w/o sign-up)