Well the problem then is the fact that a browser won't render without the table being fully closed.
Try a tableless layout? Sandra Clark ============================== http://www.shayna.com Training in Cascading Style Sheets and Accessibility -----Original Message----- From: Sung Woo [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 11:33 AM To: CF-Talk Subject: Re: CFFLUSH and Fusebox 5 Crap -- it is the header/footer that's causing the issue. I just tried it with the header/footer stripped, and sure enough, cfflush works just fine. The problem is that my header and footer create a table, and the body is inside the <td> tag. I can't imagine I'm the only one who does this in their layout. header.cfm <table> <tr> <td> footer.cfm </td> </tr> </table> So my data is being pulled in between header.cfm and footer.cfm. How can I work around this? I need the page formatted properly, and for it always to snap 100% inside the page... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258607 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

