I cannot look at this anymore. I have the following include that has a table 
with no cellpadding or cellspacing, but still shows spacing. Can anyone see why?

inc_navleftside_b.cfm


<table cellpadding="0" cellspacing="0" bgcolor="#999999">
 <tr>
  <td>
    <table width="100%" border="0" cellpadding="0" cellpsacing="0">
      <CFOUTPUT query = "ResState">
  <tr>
   <td bgcolor="##CCCCCC" width="100%"><a 
href="index.cfm?stateAbbrev=#resState.StateAbbrev#">#Trim(resState.StateName)#</a></td>
  </tr>
  </CFOUTPUT>
 </table>
 </td>
</tr>
</table>


Where included...

   <table border=0 cellspacing=0 cellpadding=0 width="100%">
     <!--- DISPLAY SUBCATS --->
     <CFIF IsDefined("url.qcid")>
      <tr>
       <td valign="TOP"><CFINCLUDE template="inc_navleftside_a.cfm">
       </td>
      </tr>
      <tr>
       <td height="20">&nbsp;</td>
      </tr>
     </CFIF>
     <tr>
      <td valign="TOP"><CFINCLUDE template="inc_navleftside_b.cfm">
      </td>
     </tr>
    </table>

Doug B.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265769
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to