Members Login Block on Join Page?

I would like to place a Members Login Block on the Join Page, preferably having them side by side/two separate columns.  This will be useful for those users who already have an account.  How can this be done?

Thanks
-Zehn-

Quote · 17 Feb 2009

Yu can set it at the bottom, I know you want it side by side but there are alt fo things to do for this and is beyond the scope of simple text in a forum.

Make a page_3.html with below upload and see:

__include _header.html__
__page_main_code__
<div style="width:300px; height:auto; margin-right: auto; margin-left: auto;">
<div class="clear_both"></div>

<form action="member.php" method="POST">
<input type="hidden" name="relocate" value="/toots/member.php" />
<div class="login_form_cont">
<div class="login_form_warning"></div>
<div class="login_form_row">
<div class="clear_both"></div>
<div class="login_form_label">Nickname:</div>
<div class="login_form_val">

<input type="text" name="ID" class="login_form_input" />
</div>
<div class="clear_both"></div>
</div>
<div class="login_form_row">
<div class="clear_both"></div>
<div class="login_form_label">Password:</div>
<div class="login_form_val">

<input type="password" name="Password" class="login_form_input" />
</div>
<div class="clear_both"></div>
</div>
<div class="login_form_row">
<div class="clear_both"></div>
<div class="login_form_label"><input type="checkbox" name="rememberMe" /></div>
<div class="login_form_val">
Remember Me
</div>

<div class="clear_both"></div>
</div>
<div class="login_form_row_forgot">
<a href="forgot.php">Forgot Password?</a>
</div>
<div class="login_form_row">
<div class="clear_both"></div>
<div class="login_form_label"></div>

<div class="login_form_val">
<input type="submit" class="login_form_submit" value="Log in"/>
</div>
<div class="clear_both"></div>
</div>

<div class="login_form_join">
or <a href="join.php">Join Now</a>
</div>

</div>

</form>
<div class="clear_both"></div>
</div>


__include _footer.html__

I have video tutorials to help you mrpowless.com
Quote · 17 Feb 2009

you're the man mr.!

Quote · 28 Apr 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.