Weird Characters Showing Up in IE

walkclothed

New Member
Hi. Could someone please check this page out in IE
http://strokessuck.com/WarningSigns.html

in IE 6.0, I'm seeing weird "Â" characters in the last line of text on that page. They are not in my code, and do not appear in firefox. Can anyone tell me why these are there, and how I get rid of them?

Also, any other suggestions about the site I would love to hear. Tryin to get as much help as I can.
 

adx

New Member
I can guess that it's just some character encoding issue.

Try to remove your.. <?xml version="1.0" encoding="UTF-8"?> part, and add this.. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> to the head section. I don't know if that'll work but it definitely won't upset it further. I don't really know too much about this!
 

Snerdey

New Member
I've seen those A's whenever we copy and paste content supplied by client into a site. It's normally cause they have two spaces instead of one in the sentences.

It's best to copy paste into notebook and strip the codes out 1st before placing into site.

Might not be what this is but's that's the only thing I can think of at the moment.
 
Top