I would suggest taking a look at the custom tag cf_bodycontent from the
fusebox.org tag galleries.
It uses a tag and an addition app_layout.cfm to do what your trying to do.

Its open source so you can see what its doing and modify it further if
necessary.

Fred

----- Original Message -----
From: "Simon Horwith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 09, 2000 10:33 AM
Subject: RE: Suppressing the Output in a Custom Tag


> I would pass it as a parameter, and output it from the attributes scope.
>
> ~Simon
>
> > Simon Horwith
> > Certified ColdFusion Developer
> > Fig Leaf Software
> > 1400 16th St NW, # 220
> > Washington DC 20036
> > 202.797.6570 (direct line)
> > www.figleaf.com
> >
>
>
> -----Original Message-----
> From: Troy Hiltbrand [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 09, 2000 10:34 AM
> To: CF-Talk
> Subject: Suppressing the Output in a Custom Tag
>
>
>
> I am trying to create a tag that will encapsulate all of my page
formatting
> that looks like this.
>
> <cf_PageFormat>
> This is a test
> </cf_PageFormat>
>
>
> Everything to do with formatting is inside of the custom tag.  The problem
> is that when I run it, it outputs the "This is a test" , then it outputs
the
> formatting and content in the correct place and so I have this stray
content
> at the top.  Is there a way to suppress the "This is a test" from the top
> page making it only output in the specified place in the custom tag where
it
> is formatted.
>
> --------------------------------------------------------------------------
--
> --------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
> message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
> --------------------------------------------------------------------------
----------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to