First stop. Though this isn't going to answer your question, it will help in your development in due course. You might not want to put your header and footer on application.cfm and onrequestend.cfm respectively. Though it works, its not meant to put templates or any visual display items. It's not a standard practice either. It is meant for initializing variables or the state of your application. When the application gets too complex with deep nested directory listing, that's when application.cfm will have a tough time looking for your templates as it is done through relative pathing.
Best that you stick to your templates by including the header and footer into the body. Might want to check those complex HTML tables whether it's actually overstretching or placed incorrectly. I usually draw out the tables and set the width constantly. When you say it's on the right of the table, perhaps the table tag itself is not consistent with your footer page. Why don't you try the next/previous options for display. That might reduce the length of your display. Anthony > A CFMX new guy question. > > I'm building an Intranet using Application Framework where > Application.cfm calls a header and, via OnRequestEnd, a footer > page that are added to the top and bottom of whatever page is > being displayed. Pretty standard stuff. > > However, particularly on displaying longer Master pages tables in > a Master/Detail set, the footer ends up to the right of the table > instead of below it---streatching the page from, say, 800 px to > 1600 px. It's really annoying and I don't see how to fix it to > be consistantly at the bottom since all those little html tricks > to I might use (like an empty <p></p> are stripped out by White > Space control. > > Any insight would be appreciated. > > Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

