No worries. It was a fun question .. and I learned something new myself. While 
perusing the cfc source I figured out how to create the "outer" stroke effect :)


> So this cfc will not work using CF8 

I think it should work if you get rid of the CF9 specific syntax. But you would 
have to try it to be sure. 


Since CF8 does not allow the implicit syntax within function calls, just 
declare the options structure separately. 

    <cfset attr = {style="simple", .... etcetera ...}>
    <cfoutput> #wordart.getArt(text='Start',options=attr )#</cfoutput>

-L

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349999
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to