Frank Greene wrote: > Hello: > > In December I launched a 30 Gig SQL Server database with 140 ColdFusion > templates. > > I use the OnRequestEnd.cfm template to call the Footer.cfm template. > > For 139 of the templates the footer is displayed at the bottom of the page. > > In just one template the footer is displayed, not at the bottom of the page, > but to the right of the first table row. > > You can check it out at: > > http://www.musicsack.com/BibSections.cfm?ItemPK=9270 > > Can anyone explain why? >
If you take the align="left" out of the table above it (in the code that is, not in the current layout), it will pop to the bottom. I would also recommend some validation on your pages. http://validator.w3.org/check?uri=http%3A%2F%2Fwww.musicsack.com%2FBibSections.cfm%3FItemPK%3D9270 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268867 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

