No, you'd get CF errors if it was a # issue. CSS is trumping your inline attributes. That will always be the case regardless of what tag you are messing with. Farcry is really meant for CSS, not to mention it's much more search engine friendly. As a rule, you'll want to get away from inlining attributes for all sites, not just Farcry
Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tomek Kott Sent: Thursday, April 09, 2009 8:57 PM To: [email protected] Subject: [farcry-dev] Re: FarCry <body background =""> issue probably the bgcolor="#..." probably starts cf to get a variable... maybe? You could try putting in ## (two hashes) instead so that cf escapes it. Other than that, does it work with css? On Thu, Apr 9, 2009 at 4:54 PM, C0dewarr10r <[email protected]> wrote: > > I am unable to render a page that has attributes in the <body> tags. > Does anyone have a simple working example how to add a background > attribute? > > Listed below is my current version of a page - thanks > > <!--- @@displayname: Author ---> > > <cfmodule template="/farcry/projects/#application.applicationname#/ > webskin/includes/pageheader.cfm"> > <cfoutput> > <BODY BGCOLOR="#4fa3ff" LEFTMARGIN="0" TOPMARGIN="0" > MARGINWIDTH="0" > MARGINHEIGHT="0" BACKGROUND="../images/back.gif"> > > #stObj.body# > </body> > > </cfoutput> > <cfmodule template="/farcry/projects/#application.applicationname#/ > webskin/includes/homefooter.cfm"> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
