Hey Guys:

I've been struggling the last couple of hours with this problem:

How can i output a query and get a result like this ???

I just don't fix this........

Thanks in advance for any help :)


- PK


Code----->


<table width="33%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="6%">09:00</td>
    <td rowspan="5">#Schedule1#</td>
    <td width="37%">&nbsp;</td>
    <td width="29%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="6%">10:00</td>
    <td width="37%">&nbsp;</td>
    <td width="29%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="6%">11:00</td>
    <td rowspan="4">#Schedule2#</td>
    <td width="29%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="6%">12:00</td>
    <td width="29%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="6%">13:00</td>
    <td rowspan="3">#Schedule3#</td>
  </tr>
  <tr> 
    <td width="6%">14:00</td>
    <td width="28%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="6%">15:00</td>
    <td width="28%">&nbsp;</td>
    <td width="37%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="6%">16:00</td>
    <td width="28%">&nbsp;</td>
    <td width="37%">&nbsp;</td>
    <td width="29%">&nbsp;</td>
  </tr>
</table>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to