Hi Sebastian. Thank you for your reply.
here's the contento of the right container:
!!! ---- This is the top one which has no problem ---!!!
<table style="width: 247px; height: 219px">
<tbody>
<tr>
<td>
<div class="pd10t"> </div>
</td>
<td valign="top" width="214">
<div align="left"><img height="25" alt="" width="214" src="login_tit.gif" /></div>
<form action="" method="post" name="form1">
<div id="bklogin">
<div class="login_contents">
<div class="login" align="left">UserID</div>
<div align="left"><input class="txt-field" size="25" name="userid" type="text" /></div>
<div class="login" align="left">Password</div>
<div align="left"><input class="txt-field" type="password" size="25" name="password" /><br />
</div>
<div align="center">
<p><input type="image" src="http://localhost/btlogin.gif" name="Submit" /></p>
<p> </p>
</div>
<div align="center"><a class="pswd" href="reminder.htm">Forgot your password?</a></div>
</div>
</div>
<div><img height="2" alt="" width="214" src="bklogin_btm.gif" /></div>
<div> </div>
</form>
</td>
</tr>
</tbody>
</table>
Under this above container, I added 'TEXT/HTML' modules and put the below code:
<table style="width: 227px; height: 207px">
<tbody>
<tr>
<td class="pd10t"> </td>
<td style="background-image: url(/bknewuser.gif); background-repeat: no-repeat" width="214" height="80" border="0">
<div id="bknewuser">
<div class="newuser" align="left">Become a member!</div>
<br />
<div align="center"><a onMouseOver="MM_swapImage('Image21','','/bt_newuserov.gif',1)" onMouseOut="MM_swapImgRestore()" href="registration.htm"><img class="pd10t" height="38" alt="" width="141" border="0" name="Image21" src="bt_newuser.gif" /> </a></div>
</div>
</td>
</tr>
</tbody>
</table>
I also tested one thing by creating a test page.
At the right pane, I added 'text/html' module at the top, added the contents in the text/html, updated it.
Then I added 2nd text/html module under the 1st one. When I added it, the module was displayed
on the screen, but it moved around the page...
So I'm guessing something is wrong with my code of the top module... but I don't see what...
I really appreciate your advice.
Thank you for your time.
Shiho