formating issue

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

Re: [vyskocil] formating issue

By Dave - November 5, 2008

HI vyskocil,

Sounds like a charset issue. CMS Builder stores it's content in utf8. Try adding this to the head of your html page:

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

And if that doesn't work add this to the very top:

<?php header('Content-type: text/html; charset=utf-8'); ?>

Let me know if that fixes it for you.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] formating issue

Thanks Dave ! That did the trick. [cool]