Should ColdFusion <cfoutput> tags be placed inside other tags?
Which of these examples is preferred? Is the other acceptable?
ex. A: <cfoutput><img src="#imgurl#"></cfoutput>
ex. B: <img src="<cfoutput>#imgurl#</cfoutput>">
Should ColdFusion <cfoutput> tags be placed inside other tags?
Which of these examples is preferred? Is the other acceptable?
ex. A: <cfoutput><img src="#imgurl#"></cfoutput>
ex. B: <img src="<cfoutput>#imgurl#</cfoutput>">