Sorry for the OT post but I am having problems with rows in my tables disappearing in to another table. I have a relatively simple layout
Where I output my code #fusebox.layout# if there is not too many records it shows up fine but if there are many records returned from the query the results just disappear in to the bottom of the surrounding table.
Has anyone run in to this?
Here is the code
<table width="90%" border="1" cellspacing="0" cellpadding="0" bordercolor="2769A5">
<tr>
<td>
<!--- Outer Table --->
<TABLE WIDTH="100%" BORDER="1" CELLPADDING="0" CELLSPACING="0" bordercolor="2769A5">
<TR>
<TD COLSPAN="3" background="" valign="top"><img src="" width="192" height="100" border="0"></TD>
</TR>
<TR>
<TD WIDTH=15% BGCOLOR="D0DBE7" valign="top"><CFMODULE TEMPLATE="index.cfm" FUSEACTION="home.menu" STOPLAYOUT="true"></TD>
<TD WIDTH=85% ROWSPAN=2 VALIGN=top>#fusebox.layout#<br>
<br>
</TD>
<td width="1" bgcolor="2769A5"><img src="" width="1" height="450" border="0"></td></TR>
<TR>
<TD COLSPAN="3" BGCOLOR="D0DBE7"><CFMODULE TEMPLATE="index.cfm" FUSEACTION="utilities.menu" STOPLAYOUT="true"></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
Thanks
Mike
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

