You have a table within a table within yet another table.  Why not remove
the last two tables and use CSS to format your links?  CSS is not that hard
to set the width, height, background color and text color.You could span
tags or some sort of container other than another table to set the CSS
formatting on.

Teddy

On 1/5/07, Doug Brown <[EMAIL PROTECTED]> wrote:
>
> 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:265796
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