On Thu, 30 Dec 2004 10:18:12 -0800, William Bowen <[EMAIL PROTECTED]> wrote:
> if "Product Overview" is text stored in a field in a DB, how would you > propose dropping that into this format? Personally, I'd try to avoid it entirely. I suppose there are a couple ways you might be able to do it. For instance, if you know that all the strings are "Product " + "x", then you could write a UDF to skip over the first eight chars, put the start tag in and skip to the end and put the end tag in. Or if the titles are all two words, you could use the space as a delimiter. That kind of thing. -Kevin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:5:141231 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
