Its rowspan. I have not taken the time to learn CSS properly, any good resources I could look at later on?
----- Original Message -----
From: Jochem van Dieten
To: CF-Talk
Sent: Tuesday, January 20, 2004 5:23 PM
Subject: Re: OT-Returning Many records with a table in a table
Mickael said:
>
> 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>
rowspan or colspan?
> <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>
BTW, how about using some CSS for the layout? ;-)
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

