Quantcast
Channel: Adobe Community : Discussion List - ColdFusion
Viewing all articles
Browse latest Browse all 6243

Should ColdFusion tags be placed inside other tags?

$
0
0

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


Viewing all articles
Browse latest Browse all 6243