Hi, Connie...

Without seeing any code our output, I would say your problem
is most likely not having "any" kind of content in your td's.

You might use some conditional code to insert a   into
any cells that have no data.

(Inside the td)

<tr>
        <td>
                <cfif not len(trim(query.data))>
                        &nbsp;
                <cfelse>
                        query.data
                <cfif>
        </td>
</tr>

I *believe* that will cause your lines to show
up around all the cells.

Rick

> -----Original Message-----
> From: Connie Works [mailto:[email protected]]
> Sent: Friday, January 23, 2009 10:31 AM
> To: cf-newbie
> Subject: Closing Gaps
> 
> I have created a rotating calendar for our homepage using Access as the
> database.  Some of the fields do not have information in them and it is
> causing line gaps to be displayed on the web page.  How do I eliminate
> these blank lines?
> 
> 
> 
> Connie Works
> Business Systems Specialist
> Center for University Teaching, Learning, and Assessment
> Building 53/Room 207
> University of West Florida
> Pensacola, Florida  32514
> Telephone: 1-850-474-3080; FAX: 1-850-857-6331
> http://uwf.edu/cutla <http://uwf.edu/cutla>
> 
> 
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4319
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to