For the current job, a requirement is that for the various editable content sections 
that I expose *limited* formatting functionality to the site editor(s).  That is... 
editors should be able to write something like...

----
[Header]Foo Bar Narf[/Header]
[Bold]Hello[/Bold], how are you...

This is an [IMG]images/myimage.jpg[/IMG], this is a link - http://www.foobar.com/.
----

and have it converted to

----
<SPAN CLASS="header">Foo Bar Narf</SPAN><BR>
<B>Hello</B>, how are you...<P>
This is an <IMG SRC="images/myimage.jpg">, this is a link - http://www.foobar.com/.
----

before I bite the bullet and write something myself, does anybody know of a custom tag 
or user defined function anywhere that performs some function such as this.

---
James Sleeman




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/15/2002

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to