Not directly related to the cfgrid question, but if you think you're having trouble with <style> blocks needing to be in the <head> for any reason (browser or otherwise), try this:
<cfsavecontent variable="css"> <style> ... all your class defs ... </style> </cfsavecontent> <cfhtmlhead text="#css#" /> That will render the Style block in the Head, regardless of where the code gets called / included. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319386 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

