-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Howard,

Don't know if you've solved your or issue or not... here's my try...


<cfset calendar = "<table><tr><td>Aaron</td></tr></table>">
<cfset bgcolor="FFCCFF">
<cfset calendar= Replace(calendar, "<tr>", "<tr bgcolor=###bgcolor#
align=center>", "ALL")>

<cfoutput>#calendar#</cfoutput>


When I output calendar above, I get:

<table><tr bgcolor=#FFCCFF align=center><td>Aaron</td></tr></table>

Is that what you want? or no?

Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
<phn>617.350.0339
<fax>617.350.8884
<icq>66172567
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to