Hi,
I'm trying to achieve this EXACT content layout using TABLES only:

Here is my code:
[table border="0" cellpadding="0" cellspacing="0" style="width: 100%;"]
[tr]
[td colspan="2" id="ContentPane" runat="server" class="contentpane"]
[/td]
[/tr]
[tr]
[td valign="top" id="LeftPane" runat="server" class="leftpane"]
[/td]
[td valign="top"]
[table border="0" cellpadding="0" cellspacing="0" style="width: 100%; vertical-align:top;"]
[tr]
[td valign="top" id="ContentPane2" runat="server" class="contentpane2"]
[/td]
[/tr]
[tr]
[td valign="top"]
[table border="0" cellpadding="0" cellspacing="0" style="width: 100%;"]
[tr]
[td valign="top" id="MiddlePane" runat="server" class="middlepane"]
[/td]
[td valign="top" id="RightPane" runat="server" class="rightpane"]
[/td]
[/tr]
[/table]
[/td]
[/tr]
[/table]
[/td]
[/tr]
[tr]
[td colspan="2" id="BottomPane" runat="server" class="bottompane"]
[/td]
[/tr]
[/table]
However, I'm currently expriencing a very weird error. When I'm logged in, the layout is just fine. But when logged out, the row containing Middle & Right Panes (see image) drops out of the table.
You can see it here (notice the Media module before & after logging in):
http://en.pijaja.com/test-pijaja
Username: test-pijaja
Pwd: 123456
Could anyone please help me troubleshoot this problem?
Thanks,
Duc