Strange Fonts In Output

3 posts by 2 authors in: Forums > CMS Builder
Last Post: November 4, 2009   (RSS)

Re: [GB39CA] Strange Fonts In Output

By Donna - November 3, 2009

Hi GB!

Sounds like you're forcing another character set, other than the one that CMS Builder stores it's data in.

Make sure you have this line in your header:

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

Make sure you don't have a different content-type set as well. :)
Donna

--
support@interactivetools.com

Re: [Donna] Strange Fonts In Output

By Active1965 - November 4, 2009

Thanks

Looks like I had 2 [font "Verdana"]character sets

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

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



Thanks

GB