showing in browser, nothing to detect in blank code, can anyone help? When I want to remove th  symbols across my site but can not locate them in the code, how can I proceed?
encyclo
1:22 am on Mar 11, 2006 (gmt 0)
The issue will be one of character encoding rather than having stray characters visible in your source code. Which charset are you declaring (if any) for the page(s)? Also, what tools did you use to produce the page?
adfree
3:23 pm on Mar 11, 2006 (gmt 0)
charset=iso-8859-1, the original pages are generated ASP.NET on the fly from a product database. Those .aspx pages are not the problem but we generate static .html pages for all products and when they are written the symbol gets introduced.
adfree
7:11 pm on Mar 12, 2006 (gmt 0)
OK, got it now, deleted the charset info, works now, thanks.