Look at some calendar scripts that are freely-available. They use the technique to fill empty month days.
-----Original Message----- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 10:55 AM To: CF-Talk Subject: RE: Table Layout Here is a little thing I do but the empty cell part I do not have. <table> <tr> <cfoutput query="getSpecials"> <td width="130" valign="top"> <center><img src="images/products/#largeimage#" border="0"></center> </td> <cfif getSpecials.currentRow MOD 4 eq 0> </tr> </cfif> </cfoutput> </table> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware: a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191240 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

