** Private ** wrote: > We have just launched a new site at: > wings-of-life.com > > I just got a call from a staff member saying that there are question > marks appearing in the text when she views the web pages. The pages > looks fine to me, so I'm not sure what to fix. I assume it might have > something to do with the encoding type?
Probably. You have no charset in the HTTP headers and no charset in an HTML meta tag either. The only place you specify your charset is in the XML polog, and IE6 is famous for the way it can't handle that. Add the charset to the HTTP headers and to the meta tags and ask het to try again. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:248921 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
