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:258606
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to