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
-~----------~----~----~----~------~----~------~--~---