Hi Jonathan -

> This is the custom tag I am using... Is this similar to what you were using?

Pretty close, I used variables so I could change them at will, add
others, etc. -

+++
<!--- BRCRLF represents a single carriage return, PCRLF represents 2 of
them --->
<CFSET BRTAG="#Chr(10)#">
<CFSET PTAG="#Chr(10)##Chr(10)#">

<!--- Only process if this is the end execution mode --->
<CFIF thisTag.ExecutionMode is "END">

        <CFSET ThisTag.GeneratedContent = Replace(ThisTag.GeneratedContent,
#PTAG#, "<P>", "ALL")>  
        <CFSET ThisTag.GeneratedContent = Replace(ThisTag.GeneratedContent,
#BRTAG#, "<BR>", "ALL")> 

</cfif>
+++

-- 
Peter Ivanick
Web Developer 
School of Veterinary Medicine, University of Pennsylvania
Email: [EMAIL PROTECTED]    
Phone: 215.573.2306     Fax: 215.573.8777
http://www.vet.upenn.edu/
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to