How to top align the user1 and user2 areas

If you are using the user1 and user2 areas in templates ddj001-ddj007 with word wrapping turned on then you will most likely see your user1 and user2 areas not lining up across the top. The following picture shows the problem when the areas do not line up: In this case our user1 and user2 areas are lastest news and popular Make the following edits to your user1_user2.php file to make sure that they are top aligned (feel free to replace all the old code in user1_user2.php with this code by using copy and paste):
<?php defined( '_VALID_MOS' ) or die( 'Restricted access' ); ?>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
  <tr>
    <td width="50%" valign="top">
      <div class="user1_inner">
<?php mosLoadModules ( 'user1', -2 ); ?>
</div>
</td>
    <td width="50%" valign="top">
<div class="user2_inner">
<?php mosLoadModules ( 'user2', -2 ); ?>
</div>
</td>
  </tr>
</table>
and you should end up with something that looks like this:

Is there a way to make the

Is there a way to make the user1 and user2 modules static height? Right now, I have my login form in user2 and it is perfect before you login, but after logging in, user2 is bigger that user1....

Thankyou

Not being an expert in php, or the like, this has solved a problem for me.

Geesh! Sorry!!!

I thought you were ASKING how to align them. I was having the same problem...until just now! :-) Thanks!

Working?

Maxx, Were you ever able to resolve this?

Yes, I believe your answer is above

Thank you for bringing it to my attention that you were unable to see the code. Apparently after the last upgrade to dezinedepot I forgot to install a mod for the code :)