Wanna know the horror of writing custom tags? They show the generatedcontent.. IE...
<cf_tag>me</cftag> shows me on the page...
I can't begin cfsilent on opening of tag and end on ending because that requires CFELSE to be nested inside CFSILENT and CF says that's a no no.
I can use cfsetting, but that won't do the trick because it kills thistag.generatedcontent...
Right now what I'm doing is just opening <!-- on tag open and --> on tag close.. that at least hides it on the page so I can work with it...
Any ideas folks?
Tony Hicks [ Founder of <A href=" online bible. ]
<cf_tag>me</cftag> shows me on the page...
I can't begin cfsilent on opening of tag and end on ending because that requires CFELSE to be nested inside CFSILENT and CF says that's a no no.
I can use cfsetting, but that won't do the trick because it kills thistag.generatedcontent...
Right now what I'm doing is just opening <!-- on tag open and --> on tag close.. that at least hides it on the page so I can work with it...
Any ideas folks?
Tony Hicks [ Founder of <A href=" online bible. ]