Oooh. That is good to know :) I had no idea what they did that. Thanks for the tip.
...................... Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 4:06 AM To: CF-Talk Subject: Re: Cfcontent type="application/word" style ignored?? Ben Nadel wrote: > I find that word (as web page) puts 3D in front of each of it > attributes: > > <p style=3D"color:black;"> > Here is text > </p> > > I think it is 3D but it might be something else. =3D is the representation of the equals sign "=" in quoted-printable encoding. = is the escape character and 3D is the hex representation of = itself. If you have this in a document you will need to do additional transformations to make it valid. See RFC 2045 for details. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274181 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

