Do you by chance have a relative path to your .css file? I know I've had problems with images and relative paths. I always have to replace it with the absolute path. If this is the case, you might have to include the absolute path from the web root (i.e. http://yourdomain.com/css_directorys/css_file.css)
_____ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -----Original Message----- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 6:34 AM To: CF-Talk Subject: cfdocument & CSS Hello Guys, I've wrapping one of my pages in a cfdocument tag, however, it doesn't appear to apply any of the CSS styles, I just get all my content unstyled. I'm sure I've had this same issue before but cant for the life of me remember what the fix was. I've got the cfdocument wrapped around the entire html content, something like this: <cfdocument format="flashpaper"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB" dir="ltr"> <head> ...... ...... </cfdocument> Any ideas why this is acting as expected? Thanks guys, Rob ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285178 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

