>>#replace(replace(get_events.event_description, "#chr(13)#", "<br>", 
"All"),
"#chr(32)#", "&nbsp;", "All")#

You are using unnecessary # in this expression, use instead:
#replace(replace(get_events.event_description, chr(13), "<br>", "All"),
chr(32), "&nbsp;", "All")#

But it is not the source of your problem

Anyway, the code above works fine, but it disables my
<b style="color:red;"></b> code.  No bold and no red.

Of course, you are also replacing the space in <b style="color:red;">
by <b&nbsp;style="color:red;"> which is an illegal tag.

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290871
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to