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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274174 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

