imported_dirtymerc |
02-23-2004 10:07 PM |
Hive Mail Box Help
How can I make my form to log into hivemail look like my category box?
Check out www.offthetopic.com/forums to see what I am talking about
Below is the code I am currently using from vb2:
PHP Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"><td height="100%"><form action="[url="http://www.offthetopic.com/mail/index.php"]http://www.offthetopic.com/mail/index.php[/url]" method="post" name="Email" target="_parent" id="Email"> <tr> <td background="{imagesfolder}/titlebg.gif"><b><smallfont color="#FFFFFF">Free OffTheTopic(dot)Com E-mail System </smallfont></b></td> </tr> <tr> <td valign="top" height="100%" nowrap="nowrap" bgcolor="{secondaltcolor}"> <p align="left"><smallfont> E-mail : <input class="bginput" name="username" type="text" id="$uname" size="20" maxlength="25"> @offthetopic.com<br> Password: <input class="bginput" name="password" type="password" id="$pass" size="20" maxlength="25" > <input class="bginput" type="submit" name="Submit" value="Login" style="float: left"> <br> </smallfont></p> <p align="left"><smallfont> Don't have an email account yet? <a href="<A href="http://www.offthetopic.com/mail/index.php">Sign">http://www.offthetopic.com/mail/index.php">Sign up here</a>! </smallfont></td> </tr></form> </table>
|