Weird formatting problem

2007-01-05 Thread Doug Brown
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=#99 tr td table width=100% border=0 cellpadding=0

Re: Weird formatting problem

2007-01-05 Thread Teddy Payne
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

RE: Weird formatting problem

2007-01-05 Thread Dave Francis
PROTECTED] Sent: Friday, January 05, 2007 10:21 AM To: CF-Talk Subject: Re: Weird formatting problem 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

Re: Weird formatting problem

2007-01-05 Thread Mark Pederson
Try setting border=0 on the first table. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: Weird formatting problem

2007-01-05 Thread Jamie Jackson
Well, you *did* misspell cellpsacing (sic). Also, check to make sure you're not modifying the table through CSS. 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?