keeps appearing in my text

5 posts by 3 authors in: Forums > CMS Builder
Last Post: August 9, 2009   (RSS)

By Moonworks - August 9, 2009

I keep having a problem with  appearing within my text.

I've got the charset set to UTF-8, but it shows up for no reason.

You can see an example of what I mean here:

http://www.film-fest.tv/submitfilm.php
High quality residential training for writers, actors & Film Making - Click Here for further information

Re: [Moonworks] Â keeps appearing in my text

By northernpenguin - August 9, 2009

Interesting.... it seems to only apear at the end of a sentence after the period. I assume the field is wysiwyg.... have you checked the "Edit HTML source" button to see if the character shows up there?
--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke

Re: [northernpenguin] Â keeps appearing in my text

By Moonworks - August 9, 2009

I just took a look, and everything looks normal viewing the text as HTML.

It is a strange one [:/]
High quality residential training for writers, actors & Film Making - Click Here for further information

Re: [Moonworks] Â keeps appearing in my text

By Kenny - August 9, 2009 - edited: August 9, 2009

You have two heads!

<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>


Your first head charset=windows-1252 and your second head has charset=utf-8

Get rid of the first head. You can also use this site to help you generate your entire head with all the metatags and other stuff you may or may not need, but sometimes it's good to have.

http://www.addme.com/meta.htm

Let us know if you need anything else.

Kenny